API Endpoint
Add participants to a program by providing the campaign ID and their email address. Optionally, if a 'referredByCode' or 'referredByEmail' is provided, the user will be added as a referral to the participant with the corresponding code.
The ID of the campaign.
JCu82f30F1The email address of the participant.
johndoe@example.comReferral code of the participant referring.
7ZZp9eBGEmail of the participant referring.
john@gmail.comOK
Not Found
Internal Server Error
Get campaign program details for the given Id.
Campaign Id
OK
Not Found
Validate referrer code for a campaign.
Campaign Id
Code
OK
OK
Get participant details for given campaign Id and email.
Email address of the participant
Campaign Id
OK
OK
Get all participants of a campaign. API returns 20 records at a time. You can adjust the size by passing in the Pageable params.
Campaign Id
OK
OK
Return all referrals of a participant. The API returns 20 records at a time. You can adjust the size by passing the Pageable params.
Campaign Id
Email address of the participant
OK
OK
Mark qualifying event complete for a participant. Marking a qualifying event complete for a participant will result in the referrer being eligible for a reward. Only referred participants can be can complete a qualifying event and hence marked as qualified.
The ID of the campaign.
JCu82f30F1The email address of the participant.
johndoe@example.comAmount spent/paid by participant.
250OK
OK
Last updated