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

Authorizations

Authorization
string
header
required

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

Headers

x-watson-origin
string

Path Parameters

config_id
string<uuid>
required

Response

Successful Response

The response is of type any.