List customer data
GET {{baseUrl}}/v1/customer_profiles/:integrationId/inventory?profile=true&referrals=true&coupons=true&loyalty=true&giveaways=true&achievements=true
Return the customer inventory regarding entities referencing this customer profile'sĀ integrationId.
Typical entities returned are: customer profile information, referral codes, loyalty points, loyalty cards and reserved coupons. Reserved coupons also include redeemed coupons.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| profile | boolean | Set to trueto include customer profile information in the response. | |
| referrals | boolean | Set to trueto include referral information in the response. | |
| coupons | boolean | Set to trueto include coupon information in the response. | |
| loyalty | boolean | Set to trueto include loyalty information in the response. | |
| giveaways | boolean | Set to trueto include giveaways information in the response. | |
| achievements | boolean | Set to trueto include achievement information in the response. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string |