Track API
Customers
Add, modify, suppress, or unsuppress people (referred to as "customers" in our APIs). You can also use these endpoints to set attributes on people.
Endpoints
- PUT Add or update a customer
/api/v1/customers/{identifier} - DELETE Delete a customer
/api/v1/customers/{identifier} - PUT Add or update a customer device
/api/v1/customers/{identifier}/devices - DELETE Delete a customer device
/api/v1/customers/{identifier}/devices/{device_id} - POST Suppress a customer profile
/api/v1/customers/{identifier}/suppress - POST Unsuppress a customer profile
/api/v1/customers/{identifier}/unsuppress - POST Custom unsubscribe handling
/unsubscribe/{delivery_id} - POST Merge duplicate people
/api/v1/merge_customers