List referrals
Returns a list of your referrals. The referrals are returned sorted by creation date, with the most recent referrals appearing first.
Last updated
Returns a list of your referrals. The referrals are returned sorted by creation date, with the most recent referrals appearing first.
Last updated
Method
URL
GET
https://api.getrewardful.com/v1/referrals
Parameter
Description
affiliate_id
Show referrals for the specified affiliate.
conversion_state
Show referrals that are currently in the specified conversion state(s). Pass conversion_state[]
to specify multiple conversion states.
email
Show referrals with the specified email address.
stripe_customer_id
Show referrals with the specified Stripe customer ID.
page
Pagination cursor specifying which page to fetch.
limit
How many results to return per page. Default is 25, maximum is 100.
expand
Which object(s) to expand in response data. See below for available objects.
Parameter
Description
affiliate
Includes the full affiliate object as a nested object for each referral in the list.