Check the health of the API

GET
/health
/health

Authorization

curl -X GET "https://api.endless.io/v1/health"

Success

{
  "status": "ok",
  "version": "string"
}