Liveness check

Unauthenticated probe that returns ok and the current server_time to confirm the API is reachable.

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.