Benachrichtigungen
Push-Token entfernen
Only removes the specific token for the current user, so other devices of the same user keep receiving push notifications.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Query-Parameter
token*string
Response-Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/push-token?token=string"{ "status": "ok"}Push-Token registrieren POST
Used by the mobile app after login to register the native FCM/APNs token. Supports multiple devices per user (each token is unique). Push is sent directly from Laravel (PushService) — no external subscriber sync needed.
Realtime-Token GET
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.