Skip to main content
GET
Healthcheck if API Key is working

Authorizations

x-api-key
string
header
required

API key for authentication (can be generated in the settings)

Response

Just a healthcheck

status
string
required

The status of the health check

Example:

"ok"

timestamp
string
required

The timestamp of the health check

Example:

"2026-06-06T12:00:00.000Z"

deployId
string
required

Opaque identifier of the current deploy. Set by CI at image-build time and used by the deploy pipeline to detect when a new image is serving. Carries no source-code info — "unknown" when running outside of a CI-built image.

Example:

"a1b2c3d4e5f6g7h8"