The List object
integer
Unique identifier for the list.
string
Display name of the list.
string
Client-provided unique identifier. Use this to map Heymarket lists to records in your own system.
object
Object of ListTarget objects, keyed by phone number. Each value is an object with
f (first name) and l (last name).integer
Identifier of the team that owns this list.
integer
Identifier of the user who created the list.
Whether the list is shared with all members of the team.
string
ISO 8601 timestamp when the list was created.
string
ISO 8601 timestamp when the list was last updated.
integer
Revision number. Increments on each update.
boolean
Whether the list has been archived.
Use the v2 endpoints (
/v2/lists) to create, update, and delete lists in new integrations. List pagination is still available only through the deprecated v1 pagination endpoints.