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.manage

List the account's API keys (key values themselves are never shown again after creation).

POST/api-keysapikeys.manage

Issue a new API key with a name, scopes, and optional rate limit. The full key is returned once, here.

DELETE/api-keys/:idapikeys.manage

Revoke an API key immediately.

POST/referrals/codereferrals.manage

Get the account's referral code, generating one on first call.

GET/referrals

The account's referral history and reward status.