{ "opencollection": "1.0.0", "info": { "name": "Quo Public Calls Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Lists all webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.quo.com/v1/webhooks", "params": [ { "name": "userId", "value": "U55wgP5I5", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all webhooks for a user." }, { "info": { "name": "Get a webhook by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.quo.com/v1/webhooks/:id", "params": [ { "name": "id", "value": "WH12345", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a webhook by its unique identifier." }, { "info": { "name": "Delete a webhook by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.quo.com/v1/webhooks/:id", "params": [ { "name": "id", "value": "WH12345", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a webhook by its unique identifier." }, { "info": { "name": "Create a new webhook for messages", "type": "http" }, "http": { "method": "POST", "url": "https://api.quo.com/v1/webhooks/messages", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new webhook that triggers on events from messages." }, { "info": { "name": "Create a new webhook for calls", "type": "http" }, "http": { "method": "POST", "url": "https://api.quo.com/v1/webhooks/calls", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new webhook that triggers on events from calls." }, { "info": { "name": "Create a new webhook for call summaries", "type": "http" }, "http": { "method": "POST", "url": "https://api.quo.com/v1/webhooks/call-summaries", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new webhook that triggers on events from call summaries." }, { "info": { "name": "Create a new webhook for call transcripts", "type": "http" }, "http": { "method": "POST", "url": "https://api.quo.com/v1/webhooks/call-transcripts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new webhook that triggers on events from call transcripts." } ] } ], "bundled": true }