GET
/
v1
/
is-alive
Health check endpoint
curl --request GET \
  --url https://atlantic.api.herodotus.cloud/v1/is-alive
{
  "alive": true
}

Response

200 - application/json

API is alive

The response is of type object.