Returns a list of leads associated with your account. The leads are returned in reverse chronological order, with the most recently created leads appearing first.
Endpoint
GET/api/v1/leads
Query Parameters
Name
Type
Description
campaign_id
string
Filter leads by campaign ID
status
string
Filter by lead status (new, contacted, qualified, converted)
limit
integer
Maximum number of leads to return (default: 20, max: 100)
offset
integer
Number of leads to skip for pagination
created_after
string
Filter leads created after this ISO 8601 timestamp
created_before
string
Filter leads created before this ISO 8601 timestamp
Response
Returns an object containing an array of lead objects and pagination metadata.