List your inbound channels
GET/phone_numbers/inbound_channels
Returns the inbound channels for your account. Inbound 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 example of how to utilize Channel Billing.
Request
Responses
200: Inbound Channels Response
Response Headers
- application/json
401: Unauthorized
Response Headers
- application/json
404: Resource not found
Response Headers
- application/json
422: Unprocessable entity. Check message field in response for details.
Response Headers
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/phone_numbers/inbound_channels' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"data": {
"channels": [
7
],
"record_type": [
"inbound_channels"
]
}
}
{}
{}
{}