Web socket
Init auth
Registers a pending websocket connection for the signed in User and returns the wss endpoint together with the one time token (connection id and secret) to present when opening the socket. A pending connection for the same User created within the last 5 minutes is reused instead of a new one being made.
GET
/api/{tenant:minlength(2)}/v{version:apiVersion}/web_socket/init_auth
Request arguments
| Name | Type | Source |
|---|
Request body example
Response
Response body example
DTO_web_socket_init
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| dh_token | String | ReadOnly | Dh token |
| socket_url | String | ReadOnly | Socket url |
Generated Aug 4, 2026 18:37