Skip to main content
GET
curl

Authorizations

x-api-key
string
header
required

Response

Service is healthy and accepting requests. Body is always {"status": "ok", "timestamp": "<iso8601>"}.

status
enum<string>
required

Liveness marker. Always the literal string "ok" on a 200 response.

Available options:
ok
Example:

"ok"

timestamp
string<date-time>
required

Server time at which the healthcheck was evaluated, in ISO 8601 with millisecond precision and a Z (UTC) suffix.

Example:

"2026-04-21T16:42:50.445Z"