Partner Referral Requests
Retrieve a partner referral request
Retrieves a referral link or attribution request by ID, including its partner, recipient, approval status, and referral code when present.
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",
"rewards": [
{
"bot_qualification_type": "sales",
"qualification_amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
},
"recipient": "business",
"reward_amount": {
"amount": "-2.50",
"currency": "usd",
"decimals": 2,
"display_decimals": 2
}
}
],
"status": "accepted",
"updated_at": "2026-01-01T12:00:00.000Z",
"user": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "danawhitfield"
}
}Changes
Changed in 4 of the 74 revisions of this API.14
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ●
added the new
linkenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
removed the
reward_linkenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ●
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
Of the 74 revisions, 1 has no diff computed.