GET
/
v1
/
internal
/
channels
/
phone
Get Phone Config
curl --request GET \
  --url http://{api_endpoint}/api/v1/v1/internal/channels/phone \
  --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

Query Parameters

number
string
required

Response

Successful Response

The response is of type any.