Create List
Lists
Create List
Create a new list, optionally building from search filters
POST
Create List
Create a new saved list. Three modes:
- Filters/locations — builds asynchronously from matching records. Poll
GET /v1/lists/:list_iduntil status is"completed". - Record IDs — pass up to 250 property or person IDs to create a pre-populated list synchronously. Returns with status
"completed". - Empty — no filters, locations, or record_ids creates an empty list.
record_ids and filters/locations are mutually exclusive — providing both returns a 400 error.
Display name for the list (1-255 characters).
Type of records:
properties or people.Search filters to build the list from. Same format as property/people search.
Location filters. Same format as property/people search.
Array of property or person IDs to pre-populate the list (1-250 IDs). Cannot be combined with
filters or locations.