{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Networks API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Networks", "type": "folder" }, "items": [ { "info": { "name": "List all Networks", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/networks", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[name]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List all Networks." }, { "info": { "name": "Create a Network", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/networks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Network." }, { "info": { "name": "Retrieve a Network", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/networks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Retrieve a Network." }, { "info": { "name": "Update a Network", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/networks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Network." }, { "info": { "name": "Delete a Network", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/networks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Delete a Network." }, { "info": { "name": "Get Default Gateway status.", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/networks/:id/default_gateway", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Get Default Gateway status." }, { "info": { "name": "Create Default Gateway.", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/networks/:id/default_gateway", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Default Gateway." }, { "info": { "name": "Delete Default Gateway.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/networks/:id/default_gateway", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Delete Default Gateway." }, { "info": { "name": "List all Interfaces for a Network.", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/networks/:id/network_interfaces", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." }, { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[name], filter[type], filter[status]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List all Interfaces for a Network." } ] } ], "bundled": true }