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 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 referrals from a single tier: first, second, or blueprint.
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",
"settled": "40.00"
}
}
],
"page_info": {
"end_cursor": "WyJjdXJzb3IiLDFd",
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 35 of the 43 revisions of this API.1276
- ○
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
- ○
added the required property
data/items/blueprint_partnerto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/owner/emailto the response with the200statusresponse-required-property-added
- ○
- ●
added the new
blueprintenum value to thedata/items/my_partner_tierresponse property for the response status200response-property-enum-value-added
- ○
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
- ○
added the new enum value
blueprintto thequeryrequest parametertierrequest-parameter-enum-value-added
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
This revision also has 42 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
This revision also has 6 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
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 43 revisions, 1 has no diff computed.