Email Channel Health
Lightweight health check: returns count of channels by status.
Lightweight health check: returns count of channels by status.
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
}