Liveness check

GET
/health

Authorization

BearerAuth
AuthorizationBearer <token>

Medblocks API key for server-side requests.

In: header

Response Body

application/json

curl -X GET "https://example.com/health"
{  "ok": true,  "server_time": "string"}
Non-2xx responses use the standard API error envelope. Log error.code and error.request_id for support.