referral

Validate Referral Code

Validate a referral code (public endpoint, used during signup).

Returns whether the code is valid and the referrer's display name. Also checks if the referrer has hit any limits.

get/referral/validate/{code}

Path parameters

codestring required

Response

Successful Response

validboolean required
referrer_namestring nullable
reward_amountinteger nullable
messagestring nullable

Changes