Account API
The Vonage Business Cloud Account API enables you to retrieve information about accounts.
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/api/accounts/{account_id}
Get account data by ID
/api/accounts/{account_id}/locations
Get account locations data by account ID
/api/accounts/{account_id}/locations/{location_id}
Get location data by account ID and location ID
3 endpoints auto-detected
Authentication
This API uses Bearer token authentication — pass your token in the Authorization header.
curl -X GET \
"https://api.vonage.com/t/vbc.prod/provisioning/api/accounts/{account_id}" \
-H "Authorization: Bearer YOUR_TOKEN"api.vonage.com · HTTPS only