Partner Referral Requests
Retrieve a partner referral request
Retrieves a request visible to its eligible sender or a current owner of the receiving account. 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 can retrieve their owner's sent requests and incoming requests for the key's account.
get/partner_referral_requests/{id}
Response
Request retrieved.
Example response
{
"account": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing"
},
"created_at": "2026-01-01T12:00:00.000Z",
"id": "prfr_xxxxxxxxxxxxxx",
"partner": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "danawhitfield"
},
"request_type": "manual",
"status": "accepted",
"updated_at": "2026-01-01T12:00:00.000Z"
}