{ "opencollection": "1.0.0", "info": { "name": "Vocode Hosted Actions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Actions", "type": "folder" }, "items": [ { "info": { "name": "Create an action", "type": "http" }, "http": { "method": "POST", "url": "https://api.vocode.dev/v1/actions/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create an action" }, { "info": { "name": "Get an action", "type": "http" }, "http": { "method": "GET", "url": "https://api.vocode.dev/v1/actions", "params": [ { "name": "id", "value": "", "type": "query" } ] }, "docs": "Get an action" }, { "info": { "name": "List actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.vocode.dev/v1/actions/list", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List actions" }, { "info": { "name": "Update an action", "type": "http" }, "http": { "method": "POST", "url": "https://api.vocode.dev/v1/actions/update", "params": [ { "name": "id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an action" } ] } ], "bundled": true }