Skip to main content
GET
/
v1
/
orchestrate
/
agents
/
{agent_id}
/
environments
/
{environment_id}
/
channels
/
twilio_sms
/
{channel_id}
Get Twilio Sms Channel
curl --request GET \
  --url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/environments/{environment_id}/channels/twilio_sms/{channel_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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

agent_id
string<uuid>
required
environment_id
string<uuid>
required
channel_id
string<uuid>
required

Response

Successful Response