N
Nexmo/Vonage Account API
Details
Spec supplied by APIs.guru
- URL
-
https://rest.nexmo.com - Spec
- https://api.apis.guru/v2/specs/nexmo.com/account/1.0.4/openapi.json
- Docs
- https://developer.vonage.com/en/getting-started/concepts/authentication
Authentication
Nexmo/Vonage API key and API secret
?api_key=<credential> + Nexmo/Vonage API key and API secret ?api_secret=<credential> discovered Sign in to the Vonage/Nexmo dashboard account settings. Your account is created with an API key and API secret; many APIs use them either as HTTP Basic credentials (Authorization: Basic base64(API_KEY:API_SECRET)) or as api_key/api_secret request parameters. The CLI can also store them for you with nexmo setup <api_key> <api_secret> as documented in the Nexmo CLI README.