Simple ping endpoint used to verify the API is reachable and to keep client connections warm.
POST https://api.getfomo.bot/health
POST
https://api.getfomo.bot/health
Request
curl https://api.getfomo.bot/health
Response
{ "status": "ok" }
{ "error": "Invalid request." }
Last updated 2 months ago