Retrieve your inbound channels

gethttps://api.telnyx.com/v2/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.

curl -X GET \ --header "Content-Type: application/json" \ --header "Accept: application/json" \ --header "Authorization: Bearer YOUR_API_KEY" \ --globoff "https://api.telnyx.com/v2/phone_numbers/inbound_channels"

Parameters

Responses

200
Inbound Channels Response
401
Unauthorized
404
Resource not found
422
Unprocessable entity. Check message field in response for details.

Success Response

{
  "data": {
    "channels": 7,
    "record_type": "inbound_channels"
  }
}

...

patchhttps://api.telnyx.com/v2/phone_numbers/inbound_channels

...

...

Parameters

Responses

Success Response

Was this page helpful?