nexmo.com

Enables users to manage their Vonage API Account by programmable means. More information is available here: .

🔑 basic 8 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

verify-javascript-sdk ✓ Official
npm install verify-javascript-sdk
verify-android-sdk ✓ Official
# Maven: see https://github.com/Nexmo/verify-android-sdk
# Maven: see https://github.com/artechsio/react-native-nexmo-verify
composer require vonage-php-nexmo-bridge
verify-ios-sdk ✓ Official
# See https://github.com/Nexmo/verify-ios-sdk
# Maven: see https://github.com/nexmo-community/client-sdk-voice-app-to-phone-flutter
stitch-js-quickstart ✓ Official
# See https://github.com/Nexmo/stitch-js-quickstart
# See https://github.com/Nexmo/server-sdk-specification
client-sdk-tutorials ✓ Official
# See https://github.com/nexmo-community/client-sdk-tutorials
curl examples
Get Account Balance
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/account/get-balance
Retrieve API Secrets
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/accounts/{api_key}/secrets
Retrieve one API Secret
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/accounts/{api_key}/secrets/{secret_id}
Endpoints (8 total)
GET
/account/get-balance
Get Account Balance
GET
/accounts/{api_key}/secrets
Retrieve API Secrets
GET
/accounts/{api_key}/secrets/{secret_id}
Retrieve one API Secret
POST
/account/top-up
Top Up Account Balance
POST
/account/settings
Change Account Settings
POST
/account/register-sender
Register an email sender
POST
/accounts/{api_key}/secrets
Create API Secret
DELETE
/accounts/{api_key}/secrets/{secret_id}
Revoke an API Secret
At a glance
Total SDKs9
Languages8
Endpoints8
Authbasic
https://api.nexmo.com