Contacts

Manage your contact database, groups, labels, and blacklists. Create, update, and delete contacts, organize them into groups, apply custom labels, and control opt-out status per messaging service.

Available endpoints

MethodEndpointDescription
GET/contacts/labels/myRetrieve the account's contact labels
GET/contacts/myRetrieve all the contacts
GET/contacts/my/blacklist/{service}Get blacklisted contacts for service
GET/contacts/my/{id}Retrieve details about a contact
GET/groups/myRetrieve the account's groups
GET/groups/my/pageRetrieve the account's groups in paged format
GET/groups/my/{name}Retrieve one of the account's groups
GET/groups/my/{name}/contactsView the Contacts of a specified group
POST/contacts/labels/myCreate Labels
POST/contacts/myCreate a new contact
POST/contacts/my/blacklist/{service}Add contacts to blacklist
POST/groups/myCreate a new group
POST/groups/my/differenceCreate group from difference
POST/groups/my/mergeMerge multiple groups
POST/groups/my/{name}/contactsAdd Contacts to a specified group
PUT/contacts/my/{id}Update a contact's details
DELETE/contacts/myDelete multiple contacts
DELETE/contacts/my/blacklist/{service}Remove Contacts from blacklist
DELETE/contacts/my/blacklist/{service}/groupsRemove a group of contacts from the blacklist
DELETE/contacts/my/{id}Delete a contact
DELETE/groups/myDelete Groups
DELETE/groups/my/{group_name}/contactsRemove Contacts of a specified group