Clone
1
Home
francois.baille edited this page 2025-05-07 21:45:35 +02:00

Documentation API EMS

Sommaire

  1. Authentification
  2. Patients
  3. Personnel Médical
  4. Calendrier
  5. Formations
  6. Statistiques
  7. Chat Global
  8. Erreurs

Authentification

Toutes les routes nécessitent un token JWT valide dans le header Authorization.

GET /api/ems/patients
Authorization: Bearer <votre_token_jwt>