{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Call Control Applications API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Call Control Applications", "type": "folder" }, "items": [ { "info": { "name": "List call control applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/call_control_applications", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[application_name][contains], filter[outbound.outbound_voice_profile_id], filter[leg_id], filter[application_session_id], filter[connection_id], filter[product], filter[failed], filter[from], filter[to], filter[name], filter[type], filter[occurred_at][eq/gt/gte/lt/lte], filter[status]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[after], page[before], page[limit], page[size], page[number]" }, { "name": "sort", "value": "", "type": "query", "description": "Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the - prefix.

\nThat is:
If not given, results are sorted by created_at in descending order." } ] }, "docs": "Return a list of call control applications." }, { "info": { "name": "Create a call control application", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/call_control_applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create a call control application." }, { "info": { "name": "Retrieve a call control application", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/call_control_applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Retrieves the details of an existing call control application." }, { "info": { "name": "Update a call control application", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/call_control_applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates settings of an existing call control application." }, { "info": { "name": "Delete a call control application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/call_control_applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Deletes a call control application." } ] } ], "bundled": true }