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