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
Reject a referral held for review API Playground
Rejects a review-required referral without granting credits.
POSTadmin or apiKey1 credit/requestreferrals.adminReferralReviewResponseDocReferrals
Endpoint details
Rejects a review-required referral without granting credits.
- Method
- POST
- Path
- /admin/referrals/{id}/reject
- Authentication
- admin or apiKey
- Credit cost
- 1 credit/request
- Platform
- Referrals
- Parameters
- 3 documented fields
Request parameters
x-api-key:headerid:pathrequest:body
Response schema fields
attributionattribution.click_idattribution.codeattribution.created_atattribution.errorattribution.expires_atattribution.first_paid_invoice_idattribution.idattribution.landing_pathattribution.qualified_atattribution.referred_user_idattribution.referrer_user_id
Sample response summary
{
"code": 200,
"msg": "ok",
"data": {
"attribution": {
"id": "attr-1",
"status": "rejected"
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/admin/referrals/<id>/reject" \
-H "Authorization: Token <token>" \
-X POST \
--data "{}"