API reference
Contacts
Contacts, lists, custom fields and segments.
- GETList contact fields
/api/v1/contact-fields - GETList contact lists
/api/v1/contact-lists - GETList contact tags
/api/v1/contact-tags - GETList contacts
/api/v1/contacts - GETList interest categorys
/api/v1/interest-categories - GETList segments
/api/v1/segments - POSTCreate a contact field
/api/v1/contact-fields - POSTCreate a contact list
/api/v1/contact-lists - POSTCreate a contact tag
/api/v1/contact-tags - POSTCreate a contact
/api/v1/contacts - POSTCreate a interest category
/api/v1/interest-categories - POSTCreate a segment
/api/v1/segments - PUTCreate or update a contact
/api/v1/contacts - GETRetrieve a contact list
/api/v1/contact-lists/{contact_list} - GETRetrieve a contact
/api/v1/contacts/{contact} - GETAttribute Keys (contact)
/api/v1/contacts/attribute-keys - POSTImport contacts
/api/v1/contacts/import - POSTPreview a segment
/api/v1/segments/preview - PUTUpdate a contact field
/api/v1/contact-fields/{field} - PUTUpdate a contact list
/api/v1/contact-lists/{contact_list} - PUTUpdate a contact
/api/v1/contacts/{contact} - PUTUpdate a segment
/api/v1/segments/{segment} - PATCHUpdate a contact list
/api/v1/contact-lists/{contact_list} - PATCHUpdate a contact
/api/v1/contacts/{contact} - DELETEDelete a contact field
/api/v1/contact-fields/{field} - DELETEDelete a contact list
/api/v1/contact-lists/{contact_list} - DELETEDelete a contact tag
/api/v1/contact-tags/{tag} - DELETEDelete a contact
/api/v1/contacts/{contact} - DELETEDelete a interest category
/api/v1/interest-categories/{category} - DELETEDelete a segment
/api/v1/segments/{segment} - POSTMembers a contact list
/api/v1/contact-lists/{contactList}/members - POSTTags a contact
/api/v1/contacts/{contact}/tags - PUTInterests a contact
/api/v1/contacts/{contact}/interests - DELETEDelete a contact list
/api/v1/contact-lists/{contactList}/members/{contact}