Skip to main content
GET
Returns detailed email account information including SMTP/IMAP credentials (with decoded passwords), warmup statistics, and optionally the list of campaigns using this account.

Path Parameters

number
required
The email account ID to retrieve

Query Parameters

string
required
Your SmartLead API key
boolean
default:"false"
If true, includes array of campaign IDs using this email account

Response Fields

Response includes the same fields as Get All Email Accounts, plus detailed warmup configuration and optionally campaign IDs.
object
Comprehensive warmup details with additional fields
array
Array of campaign IDs using this email account (only if fetch_campaigns=true)

Response Codes

Success
Email account retrieved successfully
Unauthorized
Invalid or missing API key
Not Found
Email account not found or you don’t have access to it
Internal Server Error
Server error occurred

Usage Notes

This endpoint returns decoded passwords in plain text. Use HTTPS and secure storage when handling this sensitive data.
Use fetch_campaigns=true to see which campaigns are using this email account before making changes or deletions.