APIHub
Back to Explore

Account API

The Vonage Business Cloud Account API enables you to retrieve information about accounts.

Uncategorized
bearer
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/accounts/{account_id}

Get account data by ID

  • account_id (path, required) — The Vonage Business Cloud account ID
GET

/api/accounts/{account_id}/locations

Get account locations data by account ID

  • account_id (path, required) — The Vonage Business Cloud account ID
GET

/api/accounts/{account_id}/locations/{location_id}

Get location data by account ID and location ID

  • account_id (path, required) — The Vonage Business Cloud account ID
  • location_id (path, required) — The Vonage Business Cloud 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