Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Track a public referral link click

Records a referral click with IP, user-agent, and optional telemetry for fraud velocity. No authentication required.

POST/v1/referral/public/track-click
Request body
requiredapplication/json
codestringrequired
Referral code that was clicked
min length 1
telemetry_idstring
Optional device fingerprint telemetry id
Responses
200OK
okbooleanrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/referral/public/track-click" \
  -H "Content-Type: application/json" \
  -d '{
  "code": "string",
  "telemetry_id": "string"
}'
Response
{
  "ok": true
}