Response
200 - application/json
API is alive
curl --request GET \
--url https://atlantic.api.herodotus.cloud/v1/is-alive
{
"alive": true
}
Checks if the API is alive
curl --request GET \
--url https://atlantic.api.herodotus.cloud/v1/is-alive
{
"alive": true
}
API is alive