GET
/
bc
/
v1
/
live-events
/
realtime
Get authorization key for WebSocket connection
curl --request GET \
  --url https://app.mindlytics.ai/bc/v1/live-events/realtime \
  --header 'Authorization: <api-key>' \
  --header 'X-App-ID: <api-key>'
{
  "authorization_key": "<string>"
}

Authorizations

Authorization
string
header
required

API Key for your organization

X-App-ID
string
header
required

Project ID

Query Parameters

session_id
string

The session ID of the events to listen for. If not specified, all events will be sent.

Response

200 - application/json

OK

The response is of type object.