N

Nexmo/Vonage Voice API

REST discovered

Details Spec supplied by APIs.guru
URL
https://api.nexmo.com/v1/calls
Spec
https://api.apis.guru/v2/specs/nexmo.com/voice/1.3.10/openapi.json
Docs
https://developer.vonage.com/en/voice/voice-api/overview
Authentication
Nexmo/Vonage application JWT signed with your private key jwt discovered Get key ↗

Create a Vonage application in the Applications area of the dashboard and generate/download its private key. Use the application ID plus that private key to mint a JWT for API calls. Vonage's auth docs note that most newer APIs use JWTs and that you can generate them with the CLI; see Authentication.