APIHub
Back to Explore

Application API

The Application API lets you create, retrieve, update, list (with pagination), and delete Vonage applications via standard RESTful endpoints.

Uncategorized
basic
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

631ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/

List available applications

  • page_size (query, limit) — The number of applications per page
  • page (query, page) — The current page number (starts at 1)
POST

/

Create an application

DELETE

/{id}

Delete an application

GET

/{id}

Get an application

PUT

/{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