List referrals
Returns a list of your referrals. The referrals are returned sorted by creation date, with the most recent referrals appearing first.
Request
Method
URL
GET
https://api.getrewardful.com/v1/referrals
Optional
Parameter
Description
affiliate_id
Show referrals for the specified affiliate.
conversion_state
email
Show referrals with the specified email address.
stripe_customer_id
Show referrals with the specified Stripe customer ID.
page
limit
How many results to return per page. Default is 25, maximum is 100.
expand
updated_until
Use alone or with updated_since
to fetch referrals within a specified time range.
updated_since
Use alone or with updated_until
to fetch referrals within a specified time range.
Expandable objects
Parameter
Description
affiliate
Examples
List all referrals
List all referrals and include nested affiliate object
List referrals for a specific affiliate
List referrals with a "lead" conversion state
List referrals with a "lead" or "conversion" conversion state
List referrals updated before a specific timestamp
List referrals updated after a specific timestamp
Pagination: request page 3 with 50 results per page
Last updated
Was this helpful?