Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request POST \ --url http://localhost:8080/api/session/ws-ticket
{ "ticket": "<string>" }
Issues a short-lived ticket for authenticating WebSocket connections. The ticket can be used as a query parameter when upgrading to WebSocket.
Ticket issued successfully
Short-lived WebSocket authentication ticket
Was this page helpful?