ContactList

Articles

LIST
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
Get Contact List Returns detailed information about a specific contact list. Endpoint GET v5/contactlist/{list_id} Requires authentication Path Parameters Th...
CREATE
Create Contact List Creates a new contact list in your account. Endpoint PUT v5/contactlist Requires authentication Path Parameters This endpoint does not in...
UPDATE
Update Contact List Updates the name of a specified contact list. Endpoint POST v5/contactlist/{list_id} Requires authentication Path Parameters The contact ...
DELETE
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...