The Customer entity represents individual end users or clients who interact with a business or establishment.
Note: All authenticated requests must include a valid bearer token in the
Authorizationheader:
Authorization: Bearer your-access-tokenYou can obtain this token by authenticating with yourclient_idandclient_secret_tokenat the endpoint/api/v1/auth/token. Once authenticated, use the returned token in all subsequent requests.
Key Capabilities
Create, update, delete and retrieve customer profiles.
Attach optional data such as avatar, phone, gender, and address.
Track active/inactive status and integrate with loyalty passes (Google Wallet / Apple Wallet).
Use Cases
Register new customers at the point of sale or via a web form.
Sync customer data with external CRMs or marketing platforms.
Use metadata to personalize customer experiences and promotions.
