{ "opencollection": "1.0.0", "info": { "name": "Vonage Communications Applications API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.nexmo.com/v2/applications", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of applications per page." }, { "name": "page", "value": "", "type": "query", "description": "Page number." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve all Vonage applications associated with your account." }, { "info": { "name": "Create an Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.nexmo.com/v2/applications", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new Vonage application." }, { "info": { "name": "Get an Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.nexmo.com/v2/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The application ID." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve details of a specific Vonage application." }, { "info": { "name": "Update an Application", "type": "http" }, "http": { "method": "PUT", "url": "https://api.nexmo.com/v2/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing Vonage application." }, { "info": { "name": "Delete an Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.nexmo.com/v2/applications/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a Vonage application." } ] } ], "bundled": true }