List business referrals
Lists the businesses the authenticated user referred onto Whop, most recent first.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version.
"2026-07-01"
Query Parameters
Filter by referral status.
active, removed When true, only businesses with pending or completed earnings paid to the caller.
Number of business referrals to return from the start of the window.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).
Number of business referrals to return from the end of the window.
x <= 100Cursor to fetch the page before (from page_info.start_cursor).
The field to sort business referrals by.
created_at, referral_started_at, referral_expires_at, payout_percentage, volume_usd, earnings_usd Sort direction.
asc, desc Only return business referrals with a transaction before this timestamp.
Only return business referrals with a transaction after this timestamp.

