GET
/
announcements
curl --request GET \
  --url https://api.vecurity.net/v1/announcements \
  --header 'Authorization: <authorization>'
{
  "status": 200,
  "message": "Data successfully retrieved.",
  "data": [
    {
      "author": "Vecurity Team",
      "content": "Welcome to Vecurity.\n\nWe are pleased to have you on board. Vecurity is dedicated to safeguarding your digital assets with cutting-edge security solutions and optimizing your online performance. Our platform offers advanced tools, including threat protection, performance enhancement, and streamlined management through an intuitive dashboard.\n\nWe look forward to partnering with you in securing and enhancing your digital presence. Should you have any questions, our team is here to assist. Stay tuned for regular updates and new features designed to serve you better.",
      "date": "2024-12-29",
      "description": "Introducing you to our secure platform",
      "title": "Welcome to Vecurity"
    }
  ],
  "metadata": {
    "version": "1.0.0",
    "author": "Vecurity",
    "data_count": 1
  }
}

Headers

Authorization
string
required

Bearer token for authentication.

Response

200
application/json
Successfully retrieved the announcements.

The response is of type object.