Skip to main content
GET
Returns lead details including personal information, custom fields, and all campaigns the lead is enrolled in. Returns empty object if lead not found.

Query Parameters

string
required
Your SmartLead API key
string
required
The email address to search for

Response Fields

number
Unique lead identifier
string
Lead’s email address
string
Lead’s first name
string
Lead’s last name
string
Lead’s phone number
string
Company name
string
Company website
string
Lead’s location
string
LinkedIn profile URL
string
Company URL
object
Custom fields object containing personalization data
boolean
Whether the lead is globally unsubscribed
object
Map of client IDs where lead is unsubscribed
timestamp
ISO 8601 timestamp of when the lead was created
array
Array of campaigns this lead is enrolled in

Response Codes

Success
Lead retrieved successfully (returns empty object if not found)
Unauthorized
Invalid or missing API key
Validation Error
Missing or invalid email parameter
Internal Server Error
Server error occurred