App API
Profiles
Find profiles (referred to as "customers" in our APIs), their attributes, the segments they belong to, etc. Use the track API to add profiles to your workspace and assign their attributes.
Endpoints
- GET Get customers by email
/v1/customers - POST Search for customers
/v1/customers - GET Lookup a customer's attributes
/v1/customers/{customer_id}/attributes - GET Lookup a customer's relationships
/v1/customers/{customer_id}/relationships - POST List customers, attributes, and devices
/v1/customers/attributes - GET Lookup a customer's segments
/v1/customers/{customer_id}/segments - GET Lookup messages sent to a customer
/v1/customers/{customer_id}/messages - GET Lookup a customer's activities
/v1/customers/{customer_id}/activities - GET Lookup a customer's subscription preferences
/v1/customers/{customer_id}/subscription_preferences