The List object
Unique identifier for the list.
Display name of the list.
Client-provided unique identifier. Use this to map Heymarket lists to records in your own system.
Object of ListTarget objects, keyed by phone number. Each value is an object with
f (first name) and l (last name).Identifier of the team that owns this list.
Identifier of the user who created the list.
Whether the list is shared with all members of the team.
ISO 8601 timestamp when the list was created.
ISO 8601 timestamp when the list was last updated.
Revision number. Increments on each update.
Whether the list has been archived.
Use the v2 endpoints (
/v2/lists) for new integrations. The v1 list endpoints are deprecated and may be removed in a future release.Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /v2/lists | Create a list |
PUT | /v2/lists/{id} | Update a list |
DELETE | /v2/lists/{id} | Delete a list |