Skip to main content
GET
/
webhooks
/
health
{
  "status": "healthy",
  "timestamp": "2025-01-21T16:30:00Z",
  "services": {
    "dispatcher": {
      "status": "running",
      "workers": 4
    },
    "redis": {
      "status": "connected"
    },
    "database": {
      "status": "connected"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

✅ Sistema funcionando normalmente