Skip to main content
GET
/
v1
/
health
Health check endpoint
curl --request GET \
  --url https://api.byzantine.fi/v1/health
{
  "status": "OK"
}

Response

200 - application/json

Service is healthy

status
string
required

Health status

Example:

"OK"