Health

The health endpoint allows you to verify that the API is running and responsive.


GET /health

Returns the current health status of the API.

Response

{
  "status": "string",
  "timestamp": "2026-01-26T12:00:00Z"
}
FieldTypeDescription
statusstringCurrent health status (e.g., "healthy")
timestampstringISO 8601 timestamp of the response
GET/health