cURL
curl --request POST \ --url http://{api_endpoint}/api/v1/v1/orchestrate/agents/{agent_id}/environments/{environment_id}/channels/genesys_audio_connector \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "channel_app_id": "<string>", "channel": "genesys_audio_connector", "created_on": "<string>", "updated_at": "<string>", "created_by": "<string>", "updated_by": "<string>", "description": "<string>", "client_secret": "<string>", "api_key": "<string>" }'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any