e920ac8ed225
Get Leads
Get a list of leads scoped by the query parameters.
Query parameters
Lead ID
Lead ID
The Lead's phone number. Represented as an E.164 Format (i.e +15554441234 for (555) 444-1234 in the US).
The Lead's phone number. Represented as an E.164 Format (i.e +15554441234 for (555) 444-1234 in the US).
Organization ID.
Organization ID.
A Group ID. This will return a lead that has this group inside of the activeGroupIds array. To also include inactive groups, use the searchInactiveGroups query parameter.
A Group ID. This will return a lead that has this group inside of the activeGroupIds array. To also include inactive groups, use the searchInactiveGroups query parameter.
When a groupId is passed, this determines whether we look in the activeGroupIds array, inactiveGroupIds array, or both. Defaults to active.
When a groupId is passed, this determines whether we look in the activeGroupIds array, inactiveGroupIds array, or both. Defaults to active.
Cursor for start of next set of items. Pass whatever you receive from the response to get the next elements in the array.
Cursor for start of next set of items. Pass whatever you receive from the response to get the next elements in the array.
Limit of items per page.
Limit of items per page.
Response
Returns a list of leads that match the query parameters.