Health
Service health
Health check
GET /api/health
Requires authentication (Bearer token) and the X-Organization-Id header.
Responses
| Status | Description |
|---|---|
| 200 | Service is up |
Example request
curl -X GET "https://kworia.com/api/health" \
-H "Authorization: Bearer {{access_token}}" \
-H "X-Organization-Id: {{organization_id}}" \
-H "Accept: application/json"