List 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 results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
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 referrals from a single tier: first, second, or blueprint.
Case-insensitive business-name prefix, or an exact biz_ account ID. Surrounding whitespace is ignored; blank values apply no filter.
Response
partner businesses listed
Example response
{
"data": [
{
"account": {
"id": "biz_xxxxxxxxxxxxxx",
"logo_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"route": "biz_xxxxxxxxxxxxxx",
"title": "Gleam Mobile Detailing"
},
"blueprint_partner": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Nina Alvarez",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "ninaalvarez"
},
"created_at": "2026-01-01T12:00:00.000Z",
"earnings_usd": {
"completed": "3.00",
"pending": "1.00",
"total": "4.00"
},
"first_tier_partner": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Nina Alvarez",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "ninaalvarez"
},
"id": "coma_xxxxxxxxxxxxxx",
"my_partner_tier": "first",
"object": "partner_business",
"owner": {
"email": "marcus@shinetime.example",
"id": "user_xxxxxxxxxxxxxx",
"name": "Nina Alvarez",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "ninaalvarez"
},
"payout_percentages": {
"ad_spend": 0.015,
"card_interchange": 0.2,
"sales": 0.3,
"transfer": 0.25
},
"referral_expires_at": "2026-01-01T12:00:00.000Z",
"referral_started_at": "2026-01-01T12:00:00.000Z",
"second_tier_partner": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Nina Alvarez",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "ninaalvarez"
},
"status": "active",
"volume_usd": {
"attributed": "40.00",
"awaiting_settlement": "0.00",
"last_30d": "0.00",
"settled": "40.00"
}
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 65 of the 74 revisions of this API.12139
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
- ○
the security scope
partner:basic:readwas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○
the security scope
referral:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
Of the 74 revisions, 1 has no diff computed.