Check that the API is up

View as Markdown

Returns { "status": "ok" } when the API is serving traffic.

Unauthenticated and cheap — safe to poll from an uptime monitor. It reports reachability only; it does not tell you whether any individual capability is healthy.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Liveness probe
status"ok"