Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The customer unique identifier in your system
The id of the brand that originate the event
The type of the event
Example:
"PURCHASE"
The order in case of a PURCHASE event
The product in case of an ADD_TO_CART event
If the event was fulfilled, when false, rewards to be redeemed will be reserved until fulfilled
The number of days to reserve the rewards
The rewards to redeem in the order
Include your conditions event tags here
Include any additional info here
Response
Event enqueued for processing