terminalHealth Check Endpoint

Simple ping endpoint used to verify the API is reachable and to keep client connections warm.

POST https://api.getfomo.bot/health

Request

curl https://api.getfomo.bot/health

Response

{
  "status": "ok"
}

Last updated