Skip to main content
GET
/
support
/
channels
Get info about channels and channel capabilities.
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Success

data
object[]