Application API
The Application API lets you create, retrieve, update, list (with pagination), and delete Vonage applications via standard RESTful endpoints.
Latency
631ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/
List available applications
/
Create an application
/{id}
Delete an application
/{id}
Get an application
/{id}
Update an application
5 endpoints auto-detected
Authentication
This API uses Basic authentication (a username and password).
curl -X GET \ "https://api.nexmo.com/v2/applications/"
api.nexmo.com · HTTPS only