GET
/
health
curl --request GET \
  --url https://odyssey.asteroid.ai/api/v1/health
{
  "status": "ok"
}

Response

200
application/json

API is healthy

The response is of type object.