API Endpoint
Last updated
Last updated
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.
JCu82f30F1
The email address of the participant.
johndoe@example.com
Referral code of the participant referring.
7ZZp9eBG
Email of the participant referring.
john@ghmail.com
Get campaign program details for the given Id.
Campaign Id
Get participant details for given campaign Id and email.
Email address of the participant
Campaign Id
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
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
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.
JCu82f30F1
The email address of the participant.
johndoe@example.com
Amount spent/paid by participant.
250
Validate referrer code for a campaign.
Campaign Id
Code