Overview
Retrieves all lead lists with optional filtering by active status. This endpoint allows you to get a paginated list of all lead lists in your account.Query Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
is_active | boolean | No | Filter lead lists by active status | true or false |
Response
The response includes a paginated list of lead lists with the following structure:count: Total number of lead listsnext: URL for next page (null if no more pages)previous: URL for previous page (null if first page)results: Array of lead list objects
Lead List Object
Each lead list object contains:id: Internal lead list IDlead_id: Unique lead list identifiername: Name of the lead listcreated: Creation timestampmodified: Last modification timestampis_active: Whether the lead list is activeusage_count: Number of times this lead list has been usedentries_count: Number of lead entries in this listlinked_qrs: Array of QR codes linked to this lead list
Examples
Get All Lead Lists
Get Only Active Lead Lists
Get Only Inactive Lead Lists
Use Cases
- Dashboard Overview: Display all lead lists in your account
- Active Management: Filter to show only active lead lists
- Analytics: Get usage statistics for lead lists
- QR Code Integration: See which QR codes are linked to each lead list
Lead lists are used to capture user information when QR codes are scanned. Each lead list can be attached to multiple QR codes, but each QR code can only have one lead list attached.
Authorizations
API key authentication. Enter your API key directly in the Authorization header.
Query Parameters
Filter lead lists by active status