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 true to include customer profile information in the response. | |
referrals | boolean | Set to true to include referral information in the response. | |
coupons | boolean | Set to true to include coupon information in the response. | |
loyalty | boolean | Set to true to include loyalty information in the response. | |
giveaways | boolean | Set to true to include giveaways information in the response. | |
achievements | boolean | Set to true to include achievement information in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |