List Partner Referral Requests
Lists requests sent by an eligible partner and requests for accounts where the authenticated user currently holds the owner role. Filters narrow that combined view. Use a Whop login session or an account API key with partner:referral_request:read. The key must have been created by the account’s current owner. Account API keys return their owner’s sent requests and incoming requests for the key’s account.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-15"
Query Parameters
Only requests for this business ID, prefixed biz_.
Only requests sent by this partner's user ID, prefixed user_.
Only requests with this approval status.
pending, accepted, denied, cancelled Only requests initiated in this way.
manual, ownership_transfer, reward_link Field used to sort requests.
created_at Sort direction.
asc, desc Number of results to return from the start of the range.
x <= 100Return 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.
x <= 100Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.

