{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens IP Connections API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "IP Connections", "type": "folder" }, "items": [ { "info": { "name": "List Ip connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ip_connections", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[connection_name], filter[fqdn], filter[outbound_voice_profile_id], filter[outbound.outbound_voice_profile_id]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: 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": "Returns a list of your IP connections." }, { "info": { "name": "Create an Ip connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/ip_connections", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an IP connection." }, { "info": { "name": "Retrieve an Ip connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ip_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "IP Connection ID" } ] }, "docs": "Retrieves the details of an existing ip connection." }, { "info": { "name": "Update an Ip connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/ip_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the type of resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates settings of an existing IP connection." }, { "info": { "name": "Delete an Ip connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/ip_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the type of resource." } ] }, "docs": "Deletes an existing IP connection." } ] } ], "bundled": true }