Skip to main content
VZaps publishes operational status at status.vzaps.com. The page reflects the health of services that affect platform usage, without exposing internal infrastructure details.

Monitored components

ComponentWhat it indicates
DashboardWeb app at app.vzaps.com is reachable
APIREST API at api.vzaps.com is responding
WhatsApp ConnectionsCatalog-connected instances have an active WhatsApp session
Public incidents describe product impact (for example, degraded WhatsApp connections). Proxy providers and internal workers are not listed.

Programmatic API check

To monitor the API from your own stack (uptime, alerts, load balancer), use the public endpoint:
curl -s https://api.vzaps.com/healthz
Expected response (200):
{
  "status": "ok",
  "service": "vzaps-api"
}
No token or authentication header is required. See GET /healthz in the API tab for the full contract.

Subscribe to updates

On the status page you can subscribe by email for component changes and incidents (Cachet feature, enabled in the admin dashboard).