Register a customer. For anonymous customers, only the id and is_anonymous: true are required. Anonymous customers can later be identified using the /customers/{id}/identify/anonymous endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Schema for registering a new customer. For anonymous customers, only id and is_anonymous: true are required. For regular customers, id, name, email, and registration_date are required.
Your customer unique identifier
Platforms associated with the customer
Set to true to create an anonymous customer. When true, name and email are not required.
The full name of the customer. Required unless is_anonymous is true.
"John Smith"
The email of the customer. Required unless is_anonymous is true.
The gender of the customer
MALE, FEMALE The date of birth of the customer
The document type of the customer. If provided, document_number is required.
The document number of the customer. If provided, document_type is required.
50The country of the customer
100The date when the customer was registered. Defaults to now.
Include your conditions customer tags here
Customer devices for push notifications
The customer's consent preferences
The metadata of the customer
Optional referral code if customer was referred
Customer created