Skip to main content

Integration Points

Main Integrations

  1. Authentication & token guard (web + sanctum).
  2. Push notification delivery.
  3. Chat backend initialization (init-firestore).
  4. QR generation/download endpoints.
  5. API documentation viewer endpoint.

Example Sequence (Notification)

sequenceDiagram
participant U as User/Admin
participant API as Backend API
participant N as Notification Service
U->>API: Trigger action
API->>N: Dispatch notification payload
N-->>U: Push delivered