Public API v2 health check
public-api-v2
Public API v2 health check
Return the public-API v2 liveness envelope.
Unauthenticated. Always returns 200 + {"data": {"status": "healthy"}} while the process is responsive.
GET
Public API v2 health check
Response
Successful Response
Response envelope for GET /api/v2/health.
The shape mirrors the public-API single-record envelope (data: payload) so every documented /api/v2 response shares a uniform
top-level structure. The inner HealthStatus is dedicated to this
endpoint rather than reusing common.envelope.SingleResponse,
which is record-typed (id / record_type / attributes) and does not
fit a liveness payload.
Inner payload for the health response envelope.