Articles
LIST
List Contact List Contacts
Returns a paginated list of all contacts in a specified contact list.
Endpoint
GET
v5/contactlist/{list_id}/contactlistcontact
Requires authentication
...
GET
Get Contact List Contact
Returns detailed information about a specific contact within a contact list.
Endpoint
GET
v5/contactlist/{list_id}/contactlistcontact/{contact_id}
Requires au...
CREATE
Create Contact List Contact
Creates a new contact inside a specified contact list.
Endpoint
PUT
v5/contactlist/{list_id}/contactlistcontact
Requires authentication
...
UPDATE
Update Contact List Contact
Updates a contact within a specified contact list. The contact is identified by email address. Include only the fields you want to change.
Endpoint
POST
v5/contac...
DELETE
Delete Contact List Contact
Deletes a specific contact from a contact list. This action is permanent and cannot be undone.
Endpoint
DELETE
v5/contactlist/{list_id}/contactlistcontact/{contac...