Health check
Account
Health check
Returns HTTP 200 with {"status":"OK"} while the API is up, serving traffic, and able to reach both of its backing databases.
Free. This call does not consume credits.
What you need
Nothing. This endpoint is unauthenticated and requires no API key.
Behaviour
A lightweight status check for uptime monitoring. It returns 200 with { "status": "OK" } when the API is up and both backing databases are reachable. If a database is unreachable it returns 503, with each dependency reported individually so you can see which is failing.