AurionAI Docs

Email Channel Health

Lightweight health check: returns count of channels by status.

GET
/api/v2/email/channels/health

Lightweight health check: returns count of channels by status.

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/email/channels/health"
{
  "active": 0,
  "disconnected": 0,
  "disconnected_channels": [
    {}
  ],
  "error": 0,
  "total_channels": 0
}