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

KeyDatatypeRequiredDescription
profilebooleanSet to true to include customer profile information in the response.
referralsbooleanSet to true to include referral information in the response.
couponsbooleanSet to true to include coupon information in the response.
loyaltybooleanSet to true to include loyalty information in the response.
giveawaysbooleanSet to true to include giveaways information in the response.
achievementsbooleanSet to true to include achievement information in the response.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring