Contacts REST Endpoints

Application/2.0/Contacts
A contact is a data entity that contains the explicit data around an individual person in the database. Learn more about contacts.
Retrieve contact information
Method: post
Path: /api/rest/2.0/data/contacts
Retrieve contact list membership information for a contact
Method: get
Path: /api/rest/2.0/data/contact/{id}/membership
Retrieves a contact
Method: get
Path: /api/rest/2.0/data/contact/{id}
Update a contact
Method: put
Path: /api/rest/2.0/data/contact/{id}