List the users the caller referred
Lists the users the caller referred onto Whop (newest first), each with the second-tier earnings the caller has made from that user's businesses.
Query parameters
Search referred users by name or username.
When true, only referred users who brought at least one business onto Whop.
When true, only referred users with at least one business that has generated earnings.
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.
Response
referred users listed
Example response
{
"data": [
{
"business_count": 1,
"earnings": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"joined_at": "2026-01-01T12:00:00.000Z",
"total_earnings_usd": "10.00",
"total_volume_usd": "100.00",
"user": {
"city": "Austin",
"country": "US",
"email": "marcus@shinetime.example",
"id": "user_xxxxxxxxxxxxxx",
"name": "Tanya Cole",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "tanyacole"
},
"volume_30d": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
}
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 63 of the 74 revisions of this API.133
- ○
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
- ○
added the new optional
queryrequest parameterquerynew-optional-request-parameter
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-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
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.