Operations for working with contacts.
Endpoint | Description | |
---|---|---|
POST | Creates one or more new contacts, with the option to merge unambiguous duplicate contacts. | |
PUT | Updates one or more existing contacts. | |
DELETE {id} | Deletes an existing contact. | |
GET {id} | Retrieves information for a contact. | |
GET {id}/Download | Exports contact information in a particular format. | |
GET {id}/Files | Retrieves a list of matters for which the contact is a client. | |
GET {id}/Files/Recent | Retrieves a list of the most recent matters for which the contact is a client, along with the total counts. | |
POST {id}/Mailouts/OptIn | Enrols a contact in the specified mailout. | |
POST {id}/Mailouts/OptOut | Opts a contact out of the specified mailout. | |
POST {id}/Merge | Merges a contact with one or more duplicate contacts. | |
GET {id}/Name | Retrieves the formatted name for a contact. | |
GET {id}/Summary | Retrieves a summary of the contact's details that is suitable for display purposes. | |
GET Lookup | Identifies a contact with the specified telephone number or e-mail address. | |
GET Search | Searches contacts, matching a particular term. | |
GET Tagged | Retrieves a list of contacts with the specified tag. |