Referrals & API keys
Issue and manage the API keys used by the Public API, and the account referral program (pass a referral code as referralCode on POST /auth/register).
GET
/api-keysapikeys.manageList the account's API keys (key values themselves are never shown again after creation).
POST
/api-keysapikeys.manageIssue a new API key with a name, scopes, and optional rate limit. The full key is returned once, here.
DELETE
/api-keys/:idapikeys.manageRevoke an API key immediately.
POST
/referrals/codereferrals.manageGet the account's referral code, generating one on first call.
GET
/referralsThe account's referral history and reward status.