Skip to main content
POST
Create Realtime Ws Token

Authorizations

capout-api-key
string
header
required

Organization-scoped CapOut API key

Response

200 - application/json

Successful Response

Response body for POST /ws/token.

token
string
required

Short-lived realtime token for query-param auth

organization_id
string
required

Organization bound to this realtime token

expires_at
string<date-time>
required

UTC expiration time for the realtime token

ws_url
string
default:/ws/status

WebSocket path to connect to with ?token=<token>

sse_url
string
default:/sse/status

SSE path to connect to with ?token=<token>