Contacts
The contact graph: CRUD, timeline, bulk operations, CSV import/export.
- GET
/v1/contactsList contacts
- POST
/v1/contactsCreate or update a contact
- GET
/v1/contacts/exportExport contacts as CSV
- POST
/v1/contacts/importImport contacts from CSV
- GET
/v1/contacts/import/{id}Import job progress
- POST
/v1/contacts/bulkBulk subscribe / unsubscribe / delete / suppress
- GET
/v1/contacts/fieldsDiscover custom contact fields
- GET
/v1/contacts/fields/{field}/valuesDistinct values for one custom field
- GET
/v1/contacts/fields/{field}/usageHow many contacts have this field set
- DELETE
/v1/contacts/fields/{field}Remove a custom field from every contact
- GET
/v1/contacts/{id}Get a contact
- DELETE
/v1/contacts/{id}Delete a contact
- GET
/v1/contacts/{id}/timelineContact activity timeline