GET
/
v1
/
channels
/
phone
/
{config_id}
/
numbers
List Phone Numbers
curl --request GET \
  --url http://{api_endpoint}/api/v1/v1/channels/phone/{config_id}/numbers \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

config_id
string<uuid>
required

Response

Successful Response

The response is of type any.