curl --request GET \
--url https://api.example.com/api/v1/notifications/ws/ticket \
--header 'Authorization: Bearer <token>'"<string>"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.
curl --request GET \
--url https://api.example.com/api/v1/notifications/ws/ticket \
--header 'Authorization: Bearer <token>'"<string>"Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Base64url-encoded auth token
Returns the websocket ticket. Valid to open a websocket connection in the next 10 minutes.
The response is of type string.
Was this page helpful?