Using vonage-java-sdk with vonage.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Vonage/vonage-java-sdk
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}
SDK on GitHub 📄 API Docs
SDK
vonage-java-sdk
Java
API
vonage.com
vonage.com:account
At a glance
Language Java
Endpoints3
Base URLhttps://api.vonage.com/t/vbc.prod/provisioning
✓ Official