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
Capture a referral click API Playground
Records sanitized referral click metadata for attribution analytics.
POSTpublic1 credit/requestreferrals.referralClickResponseDocReferrals
Endpoint details
Records sanitized referral click metadata for attribution analytics.
- Method
- POST
- Path
- /referrals/click
- Authentication
- public
- Credit cost
- 1 credit/request
- Platform
- Referrals
- Parameters
- 1 documented fields
Request parameters
request:body
Response schema fields
click_idcode
Sample response summary
{
"code": 200,
"msg": "ok",
"data": {
"click_id": "refclk_abc123",
"code": "A1B2C3D4E5F6"
}
}cURL example
curl "https://api.crawlora.net/api/v1/referrals/click" \
-X POST \
--data "{}"