{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens IPs API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "IPs", "type": "folder" }, "items": [ { "info": { "name": "List Ips", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ips", "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[ip_address], filter[port]" } ] }, "docs": "Get all IPs belonging to the user that match the given filters." }, { "info": { "name": "Create an Ip", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/ips", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new IP object." }, { "info": { "name": "Retrieve an Ip", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the type of resource." } ] }, "docs": "Return the details regarding a specific IP." }, { "info": { "name": "Update an Ip", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the type of resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of a specific IP." }, { "info": { "name": "Delete an Ip", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/ips/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the type of resource." } ] }, "docs": "Delete an IP." } ] } ], "bundled": true }