{ "opencollection": "1.0.0", "info": { "name": "Plivo Account API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Retrieve account details", "type": "http" }, "http": { "method": "GET", "url": "https://api.plivo.com/v1/Account/:auth_id/", "params": [ { "name": "auth_id", "value": "", "type": "path", "description": "Plivo account Auth ID." } ] }, "docs": "Returns the details of the Plivo account identified by auth_id." }, { "info": { "name": "Update account details", "type": "http" }, "http": { "method": "POST", "url": "https://api.plivo.com/v1/Account/:auth_id/", "params": [ { "name": "auth_id", "value": "", "type": "path", "description": "Plivo account Auth ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more mutable properties on the account. Properties not supplied remain unchanged." } ] } ], "bundled": true }