{ "opencollection": "1.0.0", "info": { "name": "Ultravox accounts call_throttles API", "version": "0.1.0" }, "items": [ { "info": { "name": "call_throttles", "type": "folder" }, "items": [ { "info": { "name": "call_throttles_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.ultravox.ai/api/call_throttles", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Lists call throttles for the current account." }, { "info": { "name": "call_throttles_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.ultravox.ai/api/call_throttles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Creates a new call throttle." }, { "info": { "name": "call_throttles_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.ultravox.ai/api/call_throttles/:throttle_id", "params": [ { "name": "throttle_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Gets a call throttle." }, { "info": { "name": "call_throttles_update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ultravox.ai/api/call_throttles/:throttle_id", "params": [ { "name": "throttle_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Updates a call throttle (full replacement)." }, { "info": { "name": "call_throttles_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ultravox.ai/api/call_throttles/:throttle_id", "params": [ { "name": "throttle_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Partially updates a call throttle." }, { "info": { "name": "call_throttles_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ultravox.ai/api/call_throttles/:throttle_id", "params": [ { "name": "throttle_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Deletes a call throttle." } ] } ], "bundled": true }