Email Accounts
Get Email Account Status
GET
/v1/email-accounts/{emailAccountId}/statusGET
/v1/email-accounts/
{emailAccountId}/statusGet Email Account Status
Get detailed status of a single email account — connection health, warm-up state, authentication status, and any active errors.
Authorization
X-Api-Key<token>
In: header
Path Parameters
emailAccountIdnumber
Responses
200
200 response
{
"emailAccountId": 0,
"fromEmail": "string",
"type": "gmail",
"authStatus": "connected",
"warmupStatus": "active",
"healthScore": 0,
"connectionError": "string",
"lastConnectedAt": "string"
}