{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens FQDN Connections API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "FQDN Connections", "type": "folder" }, "items": [ { "info": { "name": "List FQDN connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/fqdn_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 FQDN connections." }, { "info": { "name": "Create an FQDN connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/fqdn_connections", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a FQDN connection." }, { "info": { "name": "Retrieve an FQDN connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/fqdn_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Retrieves the details of an existing FQDN connection." }, { "info": { "name": "Update an FQDN connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/fqdn_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates settings of an existing FQDN connection." }, { "info": { "name": "Delete an FQDN connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/fqdn_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Deletes an FQDN connection." } ] } ], "bundled": true }