v8
OpenAPI 3.1.02026-08-033623795.0 MBList referred businesses
Lists the businesses the authenticated user referred onto Whop, most recent first.
Query parameters
Filter by referral status.
When true, only businesses with pending or completed earnings paid to the caller.
Number of partner businesses to return from the start of the window.
Cursor to fetch the page after (from page_info.end_cursor).
Number of partner businesses to return from the end of the window.
Cursor to fetch the page before (from page_info.start_cursor).
The field to sort partner businesses by.
Sort direction.
Only return partner businesses created before this timestamp.
Only return partner businesses created after this timestamp.
Filter to referrals attributed to this user. For first-tier referrals, this is the referred account owner; for second-tier referrals, this is the partner you recruited.
Filter by the referred user's exact username. Ignored when referred_user_id is present.
Filter to only first-tier referrals or only second-tier referrals.
Response
partner businesses listed
Example response
{
"data": [
{
"status": "active"
}
]
}