{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Voice Channels API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Voice Channels", "type": "folder" }, "items": [ { "info": { "name": "List your voice channels for non-US zones", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/channel_zones", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]" } ] }, "docs": "Returns the non-US voice channels for your account. voice channels allow you to use Channel Billing for calls to your Telnyx phone numbers. Please check the Telnyx Support Articles section for full information and examples of how to utilize Channel Billing." }, { "info": { "name": "Update voice channels for non-US Zones", "type": "http" }, "http": { "method": "PUT", "url": "https://api.telnyx.com/v2/channel_zones/:channel_zone_id", "params": [ { "name": "channel_zone_id", "value": "", "type": "path", "description": "Channel zone identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the number of Voice Channels for the Non-US Zones. This allows your account to handle multiple simultaneous inbound calls to Non-US numbers. Use this endpoint to increase or decrease your capacity based on expected call volume." }, { "info": { "name": "List your voice channels for US Zone", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/inbound_channels" }, "docs": "Returns the US Zone voice channels for your account. voice channels allows you to use Channel Billing for calls to your Telnyx phone numbers. Please check the Telnyx Support Articles section for full information and examples of how to utilize Channel Billing." }, { "info": { "name": "Update voice channels for US Zone", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/inbound_channels", "body": { "type": "json", "data": "{}" } }, "docs": "Update the number of Voice Channels for the US Zone. This allows your account to handle multiple simultaneous inbound calls to US numbers. Use this endpoint to increase or decrease your capacity based on expected call volume." }, { "info": { "name": "List All Numbers using Channel Billing", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/list" }, "docs": "Retrieve a list of all phone numbers using Channel Billing, grouped by Zone." }, { "info": { "name": "List Numbers using Channel Billing for a specific Zone", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/list/:channel_zone_id", "params": [ { "name": "channel_zone_id", "value": "", "type": "path", "description": "Channel zone identifier" } ] }, "docs": "Retrieve a list of phone numbers using Channel Billing for a specific Zone." } ] } ], "bundled": true }