Lead List API
The Campaign Lead List API retrieves a comprehensive list of leads linked to a particular campaign. This enables easy access to lead data for analysis, reporting, or follow-up tasks, ensuring campaign data is organized and accessible.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Selected page number default 1
No of leads in the page, default: 10, min:10, max:100
Sort the list of leads based on field default _id
Sort order of list based on sort field default: descending, valid values are desc , asc
For date filter anyone of these combination is rquired ["dateRange","singleDayDate","startDate and endDate"] from below list
Valid date range format YYYY-MM-DD - YYYY-MM-DD
Valid startDate format YYYY-MM-DD
Valid endDate format YYYY-MM-DD
Valid singleDayDate format YYYY-MM-DD