Skip to main content
GET
/
auth
/
centrifugo-token
WebSocket Token
curl --request GET \
  --url https://api.nozle.app/api/v1/auth/centrifugo-token \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}
Get a WebSocket authentication token for real-time entitlement updates via Centrifugo. Auth: pk_ or sk_
token
string
required
JWT token for authenticating WebSocket connections to Centrifugo