Domain
Get Domains
Get Started
API Documentation
Vecurity API
- User
- Domain
- GETGet Domains
- GETGet Domain
- POSTAdd Domain
- DELRemove Domain
- GETGet Domain Billing Detail
- POSTUpdate Domain Billing Detail
- DELRemove Domain Billing Detail
- GETGet Domain Plan
- POSTUpdate Domain Plan
- POSTScan Domain DNS
- POSTVerify Domain Nameservers
- GETGet Domain VISE
- POSTRegenerate Domain VISE
- GETGet Domain Firewall Statistics
- GETGet Domain Incidents Statistics
- GETGet Domain Traffic Statistics
- GETGet Domain Uptime Statistics
- GET
- Billing
- Plan
- Country
- Partner
Vecurity VISE API
- Overview
- Domain
- Records
- Security
- Intelligence
- Caching
- Redirect
- Traffic & Analytics
Domain
Get Domains
GET
/
domain
curl --request GET \
--url https://api.vecurity.net/v1/domain \
--header 'Authorization: <authorization>'
{
"status": 200,
"message": "Data successfully retrieved.",
"data": {
"DETAILSCOMINGSOON": {}
},
"metadata": {
"version": "1.0.0",
"author": "Vecurity",
"data_count": 1
}
}
Headers
Bearer token for authentication.
Response
200
application/json
Successfully retrieved the user token.
The response is of type object
.
curl --request GET \
--url https://api.vecurity.net/v1/domain \
--header 'Authorization: <authorization>'
{
"status": 200,
"message": "Data successfully retrieved.",
"data": {
"DETAILSCOMINGSOON": {}
},
"metadata": {
"version": "1.0.0",
"author": "Vecurity",
"data_count": 1
}
}