Skip to main content
GET
A public readiness probe for external uptime monitoring. This is the one endpoint that takes no authentication — send no x-api-key header.
For real-time operational status, service breakdowns, and historical incident logs, check our System Status page.
The check is a readiness probe, not just a liveness ping: it verifies that the API process is up and that its database is reachable. If the database cannot be reached, the endpoint returns 503 so a monitor never reports the API as healthy while it is unable to serve partner requests. Responses are sent with Cache-Control: no-store, so every request reaches the origin rather than a cached edge response.

Request

This endpoint takes no parameters and no authentication.

Response

On success the API returns 200 OK. When the database is unreachable it returns 503 Service Unavailable with the same body shape.
"ok" | "error"
required
ok when the service and its database are reachable, error otherwise.
string
required
ISO 8601 UTC instant the check ran (e.g. 2026-06-27T08:30:00.000Z).

Status codes