health
Health check endpoint for monitoring and load balancers.
Endpoint
GET /healthDescription
Returns API status. No auth. Use for uptime checks and load balancers.
Request
GET, no body.
Response
{
"status": "ok"
}| Field | Type | Description |
|---|---|---|
status | string | ok |