vonage.com

The Vonage Business Cloud Account API enables you to retrieve information about accounts. Your application must subscribe to the Provisioning API suite to use this API.

🔑 bearer 3 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

vonage-python-sdk ✓ Official
pip install vonage-python-sdk
vonage-node-sdk ✓ Official
npm install vonage-node-sdk
vonage-go-sdk ✓ Official
go get github.com/Vonage/vonage-go-sdk
vonage-java-sdk ✓ Official
# Maven: see https://github.com/Vonage/vonage-java-sdk
vonage-ruby-sdk ✓ Official
gem install vonage-ruby-sdk
vonage-dotnet-sdk ✓ Official
dotnet add package vonage-dotnet-sdk
vonage-php-sdk-core ✓ Official
composer require vonage-php-sdk-core
composer require vonage-php-nexmo-bridge
# Maven: see https://github.com/SimformSolutionsPvtLtd/flutter_vonage_video_call_demo
vonage-php-sdk ✓ Official
# See https://github.com/Vonage/vonage-php-sdk
curl examples
Get account data by ID
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.vonage.com/t/vbc.prod/provisioning/api/accounts/{account_id}
Get account locations data by account ID
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.vonage.com/t/vbc.prod/provisioning/api/accounts/{account_id}/locations
Get location data by account ID and location ID
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.vonage.com/t/vbc.prod/provisioning/api/accounts/{account_id}/locations/{location_id}
Endpoints (3 total)
GET
/api/accounts/{account_id}
Get account data by ID
GET
/api/accounts/{account_id}/locations
Get account locations data by account ID
GET
/api/accounts/{account_id}/locations/{location_id}
Get location data by account ID and location ID
At a glance
Total SDKs10
Languages9
Endpoints3
Authbearer
https://api.vonage.com/t/vbc.prod/provisioning
Other Vonage APIs (4)
extensionreportsuservgis