Customers
Get a collection of interest records
Get information about all interest records on a customer account.
Customer interests represent the categories or topics a customer has opted into or been assigned to. They are used to personalise communication and offers. Each interest record links the customer to an interest defined in the CareCloud platform.
Related: GET /interests
get/customers/{customer_id}/interest-records
Path parameters
customer_idstring required
The unique ID of the customer.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"interest_records": [
{
"interest_record_id": "81eaeea13b8984a169c490a325",
"interest_id": "81eaeea13b8984a169c490a325",
"customer_id": "8ea2591121e636086a4a9c0992",
"last_change": "2023-03-13 17:35:05"
}
],
"total_items": 1
}
}