Skip to main content
Readiness validation September 21 Docs

Search documentation

Type to search this documentation.

Read public API health

GET/v1/healthRead public API health

Returns the current public health status. No authentication is required. A successful response confirms this endpoint is responding; it is not a guarantee that every dependent service is healthy.

Responses

200The public health endpoint is responding.application/json
object
statusstringrequired

one of "ok"

Example response
{
  "status": "ok"
}
Documentation menu