Contacts REST Endpoints

Contacts
The customers or end users of Oracle B2C Service site. A contact contains basic information such as a customer's name, email address, and phone number. It also contains information about customer service issues, opportunities, and marketing mailings subscription status.
Create a contact
Method: post
Path: /services/rest/connect/v1.4/contacts
Delete a contact
Method: delete
Path: /services/rest/connect/v1.4/contacts/{id}
Get a contact
Method: get
Path: /services/rest/connect/v1.4/contacts/{id}
Get multiple contacts
Method: get
Path: /services/rest/connect/v1.4/contacts
Reset password for a contact
Method: post
Path: /services/rest/connect/v1.4/contacts/{id}/resetPassword
Send a contact through a campaign flow starting at the specified entry point.
Method: post
Path: /services/rest/connect/v1.4/contacts/{id}/executeMarketingFlow
Send a transactional mailing to a contact
Method: post
Path: /services/rest/connect/v1.4/contacts/{id}/sendMailing
Update a contact
Method: patch
Path: /services/rest/connect/v1.4/contacts/{id}