Get info about channels and channel capabilities.
cURL
curl --request GET \ --url https://1-some-client.some-server.healvi-chat/third-party/v1/support/channels \ --header 'Authorization: Bearer <token>'
{ "data": [ { "channel": "bridge", "label": "System", "gdpr_approved": true, "conversation_capabilities": [ "message_initiate_any" ], "message_type": [ "text" ], "session_hours": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes