Company Leads

Retrieve leads associated with a company

get

Fetches a list of leads associated with the specified company. Supports pagination, date filtering, and additional filtering by profile, lead group, and lead ID.

Query parameters
company_idintegerRequired

The ID of the company for which to retrieve leads.

Example: 385
limitintegerRequired

The number of leads to retrieve per page.

Example: 10
pageintegerRequired

The page number to retrieve.

Example: 1
startintegerOptional

Start of the date range filter (Unix timestamp).

Example: 1700000000
endintegerOptional

End of the date range filter (Unix timestamp).

Example: 1723185083
profile_idintegerOptional

The ID of the profile to filter leads by.

Example: 21312
lead_group_idintegerOptional

The ID of the lead group to filter leads by.

Example: 101
lead_idintegerOptional

The ID of a specific lead to retrieve.

Example: 3178
Responses
200

A successful response with the list of leads.

application/json
get
/company/leads
200

A successful response with the list of leads.

Last updated