GET
/
v1
/
orchestrate
/
agents
/
{agent_id}
/
environments
/
{environment_id}
/
channels
/
genesys_bot_connector
/
{channel_id}
Get Genesys Bot Connector Channel
curl --request GET \
  --url http://{api_endpoint}/api/v1/v1/orchestrate/agents/{agent_id}/environments/{environment_id}/channels/genesys_bot_connector/{channel_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

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

Response

200
application/json

Successful Response

The response is of type any.