v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

Apply Referral Code

Apply a referral code to the authenticated account after signup. Accounts can only apply a referral code if they do not already have one.

post/v1/account/referral

Request body

codestring required

Referral or invite code

Example request

{
  "code": "ABC123"
}

Response

Referral code accepted.

status'ok' required