Skip to main content
POST
Create Realtime Ws Token

Headers

capout-api-key
string | null

Response

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>