referral
Check for pending referral
Called by the app on first launch to retrieve deferred deep link referral information.
post/referral/check-pending
Request body
Example request
{
"device_fingerprint": "device-uuid-12345",
"ip_address": "192.168.1.1",
"user_agent": "Mozilla/5.0...",
"platform": "android",
"claiming_member_id": "TWE-789012"
}Response
Pending referral check result
Example response
{
"has_pending_referral": true,
"referrer_member_id": "TWE-123456",
"utm_source": "facebook",
"utm_medium": "social",
"utm_campaign": "summer2024"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.