Skip to main content
GET
/
api
/
v1
/
notifications
/
ws
/
ticket
Create a websocket ticket
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.

Authorizations

Authorization
string
header
required

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.