nexmo.com

Vonage provides an Application API to allow management of your Vonage Applications. This API is backwards compatible with version 1. Applications created using version 1 of the API can also be managed using version 2 (this version) of the API.

🔑 basic 5 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
List available applications
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/applications/
Get an application
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/applications/{id}
Endpoints (5 total)
GET
/
List available applications
GET
/{id}
Get an application
POST
/
Create an application
PUT
/{id}
Update an application
DELETE
/{id}
Delete an application
At a glance
Total SDKs9
Languages8
Endpoints5
Authbasic
https://api.nexmo.com/v2/applications