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.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200OK
application/json
voice channels Response
Body
🟠401Unauthorized
🟠404Record Not Found
🟠422Parameter Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/inbound_channels' \
--header'Authorization: Bearer <token>'