Create a websocket ticket
notifications
Create a websocket ticket
Creates a single-use ticket that authenticates a websocket connection at ws://<host>/api/v1/notifications/ws?ticket=<ticket>. The ticket must be used within 10 minutes of creation; the resulting websocket connection is long-lived.
GET
Create a websocket ticket
Authorizations
Base64url-encoded auth token
Response
Returns the websocket ticket. Valid to open a websocket connection in the next 10 minutes.
The response is of type string.