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.
Inbound Channels Response
Unauthorized
Resource not found
Unprocessable entity. Check message field in response for details.
import telnyx telnyx.api_key = "YOUR_API_KEY" telnyx.PhoneNumbers.list_inbound_channel.list()
{- "data": {
- "channels": 7,
- "record_type": "inbound_channels"
}
}
Update the inbound channels for the account
Expected Update response
{- "channels": 7
}
{- "data": {
- "channels": 7,
- "record_type": "inbound_channels"
}
}