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"
}| Field | Type | Description |
|---|---|---|
status | string | Current health status (e.g., "healthy") |
timestamp | string | ISO 8601 timestamp of the response |
GET
/health