Skip to main content
POST
Authorize channel subscription

Authorizations

Authorization
string
header
required

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

Body

application/json
socket_id
string
required
channel_name
string
required
consumerId
string
required

Identifies the connecting backend instance; a new consumerId takes over.

typingEvents
boolean

Opt this stream into agent.typing.* events (high volume; default off).

Response

200 - application/json

Ok