Skip to content
Daaysorn
Esc
navigateopen⌘Jpreview
On this page

Referral

Check a referral code, see your code, and list people you referred.

Referrals track who invited whom. There are no rewards yet — only attribution.

A referral code is the referrer’s username. It is optional at signup. When someone sends a code, validate it first.

Validate a code

GET BASE/v1/api/referral/validate/{code}

Returns whether the username exists and can be used as a referrer.

Your referral code

GET BASE/v1/api/referral/me
Cookie: <session>

People you referred

GET BASE/v1/api/referral/list
Cookie: <session>

Pass the code as referralCode (or the field your client maps) when creating an account.

Was this page helpful?