Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Recover pending referral credit grants API Playground
Retries referral rewards whose credits were not marked as granted. Billing grants are keyed so retries do not double-credit users.
POSTadmin or apiKey1 credit/requestreferrals.adminReferralRecoveryResponseDocReferrals
Endpoint details
Retries referral rewards whose credits were not marked as granted. Billing grants are keyed so retries do not double-credit users.
- Method
- POST
- Path
- /admin/referrals/recover
- Authentication
- admin or apiKey
- Credit cost
- 1 credit/request
- Platform
- Referrals
- Parameters
- 2 documented fields
Request parameters
x-api-key:headerlimit:query
Response schema fields
attemptederrorsrecovered
Sample response summary
{
"code": 200,
"msg": "ok",
"data": {
"attempted": 3,
"recovered": 2,
"errors": [
"reward-3: temporary billing write failure"
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/admin/referrals/recover" \
-H "Authorization: Token <token>" \
-X POST \
--data "{}"