Health
Service health
Health check
GET /api/health
Nécessite une authentification (jeton Bearer) et l’en-tête X-Organization-Id.
Réponses
| Statut | Description |
|---|---|
| 200 | Service is up |
Exemple de requête
curl -X GET "https://app.encryptinvoice.com/api/health" \
-H "Authorization: Bearer {{access_token}}" \
-H "X-Organization-Id: {{organization_id}}" \
-H "Accept: application/json"