Rewards
The Reward Webhook delivers a reward payload any time a user obtains a reward voucher on a pathway. The payload contains an array of rewards
in the data
property and each reward object contains a list of vouchers
that have not been redeemed.
Payload Example
Reward Object
Voucher Object
The voucher object will contain a guid
which is used in the consume endpoint for rewards. This will allow integrations to set the voucher state if the intention is to manage redemption of awards via external systems.
Last updated