{ "opencollection": "1.0.0", "info": { "name": "Ultravox accounts sip API", "version": "0.1.0" }, "items": [ { "info": { "name": "sip", "type": "folder" }, "items": [ { "info": { "name": "sip_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.ultravox.ai/api/sip", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "sip_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ultravox.ai/api/sip", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "sip_registrations_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.ultravox.ai/api/sip/registrations", "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" } } }, { "info": { "name": "sip_registrations_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.ultravox.ai/api/sip/registrations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "sip_registrations_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.ultravox.ai/api/sip/registrations/:registration_id", "params": [ { "name": "registration_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "sip_registrations_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ultravox.ai/api/sip/registrations/:registration_id", "params": [ { "name": "registration_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "sip_registrations_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ultravox.ai/api/sip/registrations/:registration_id", "params": [ { "name": "registration_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }