The Referral Factory API uses Bearer Authentication to secure your access. Each account is issued a single API Access Token, which serves as your key to interact with the API. A few important things to keep in mind:
One Token at a Time: Only one active access token is allowed per account. Generating a new token will automatically deactivate any existing tokens for that account.
Authorization Header: Include your access token in the Authorization header using the Bearer scheme, like this:
Authorization: Bearer your_access_key
To safeguard your token, ensure your account is protected with two-factor authentication (2FA). This extra layer of security helps prevent unauthorized access to your account and API token.