Stampfactory
Dokumentation
Benachrichtigungen

Realtime-Token

Returns a signed connection token + the user's personal channel for the Centrifugo JS client. The token is tenant-scoped (sub = tenant:subscriber) so it only grants access to the caller's own channel.

GET
/centrifugo/token
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Response-Body

application/json

application/json

curl -X GET "https://example.com/centrifugo/token"
{  "token": "string",  "channel": "string",  "url": "string"}