API ReferenceHealth

Health check

Health check endpoint for load balancers and monitoring.

GET
/health
X-API-Key<token>

Per-store API key created in the dashboard at Settings > Developer > API Keys.

In: header

Response Body

application/json

curl -X GET "https://api.whatalo.com/health"
{
  "status": "healthy",
  "version": "0.0.1",
  "timestamp": "2026-01-01T00:00:00.000Z"
}