Retrieves all email accounts configured for the authenticated user.
Returns complete account details including connection status, warmup settings, and daily limits.
643 matches
19 actions
Smartlead
19 actions
Marketing/Smartlead
Retrieves all email accounts configured for the authenticated user.
Returns complete account details including connection status, warmup settings, and daily limits.
{
"type": "array",
"items": {
"type": "object",
"properties": {
"connection_status": {
"type": "string",
"enum": [
"CONNECTED",
"DISCONNECTED",
"ERROR"
]
},
"daily_rampup": {
"type": "integer"
},
"from_email": {
"type": "string",
"format": "email"
},
"from_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"imap_host": {
"type": "string"
},
"imap_port": {
"type": "integer"
},
"is_suspended": {
"type": "boolean"
},
"max_email_per_day": {
"type": "integer"
},
"smtp_host": {
"type": "string"
},
"smtp_port": {
"type": "integer"
},
"total_warmup_per_day": {
"type": "integer"
},
"warmup_enabled": {
"type": "boolean"
}
}
}
}