Articles
List contact lists
List Contact Lists
Returns a paginated list of all contact lists in your account.
Endpoint
GET
v5/contactlist
Requires authentication
Path Parameters
This en...
Get contact list
Get Contact List
Returns detailed information about a specific contact list.
Endpoint
GET
v5/contactlist/{list_id}
Requires authentication
Path Parameters
Th...
Update contact list
Update Contact List
Updates the name of a specified contact list.
Endpoint
POST
v5/contactlist/{list_id}
Requires authentication
Path Parameters
The contact ...
Create contact list
Create Contact List
Creates a new contact list in your account.
Endpoint
PUT
v5/contactlist
Requires authentication
Path Parameters
This endpoint does not in...
Delete contact list
Delete Contact List
Deletes a specified contact list from your account. This action is permanent and cannot be undone. All contacts within the list will also be removed.
Endpoint
DELETE
v5/c...