User
Get Announcements
Get Started
API Documentation
Vecurity API
- User
- GETGet Announcements
- GETGet User Detail
- GETGet User Token
- DELRegenerate User Token
- GETGet User Billing Details
- GETGet User Billing Detail
- POSTAdd User Billing Detail
- DELRemove User Billing Detail
- GETGet User Invoices
- GETGet User Invoice
- GETGet User Invoice Items
- GETGet User Invoice Item
- GETGet User Payment Methods
- GETGet User Payment Method
- DELRemove User Payment Method
- GETGet User Profile
- GETGet User Resources
- GETGet User Teams
- GETGet User Team
- POSTAdd User Team
- DELRemove User Team
- GETGet User Team Members
- GETGet User Team Member
- POSTAdd User Team Member
- DELRemove User Team Member
- GETGet User Team Member Resources
- GETGet User Team Member Resource
- POSTAdd User Team Member Resource
- DELRemove User Team Member Resource
- POSTUpdate User Site Theme
- GET
- Domain
- Billing
- Plan
- Country
- Partner
Vecurity VISE API
- Overview
- Domain
- Records
- Security
- Intelligence
- Caching
- Redirect
- Traffic & Analytics
User
Get Announcements
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
Bearer token for authentication.
Response
200
application/json
Successfully retrieved the announcements.
Example:
200
Example:
"Data successfully retrieved."
Example:
"Vecurity Team"
Example:
"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."
Example:
"2024-12-29"
Example:
"Introducing you to our secure platform"
Example:
"Welcome to Vecurity"
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
}
}