{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens FQDNs API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "FQDNs", "type": "folder" }, "items": [ { "info": { "name": "List FQDNs", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/fqdns", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]" }, { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[connection_id], filter[fqdn], filter[port], filter[dns_record_type]" } ] }, "docs": "Get all FQDNs belonging to the user that match the given filters." }, { "info": { "name": "Create an FQDN", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/fqdns", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new FQDN object." }, { "info": { "name": "Retrieve an FQDN", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/fqdns/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Return the details regarding a specific FQDN." }, { "info": { "name": "Update an FQDN", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/fqdns/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of a specific FQDN." }, { "info": { "name": "Delete an FQDN", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/fqdns/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Delete an FQDN." } ] } ], "bundled": true }