Developers
API Keys
Manage your API keys for SuitePortal
API Keys
API keys are used to authenticate requests to the SuitePortal API.
Creating API Keys
- Navigate to Settings → API Keys
- Click Create API Key
- Give your key a descriptive name
- Copy the key immediately
Using API Keys
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYSecurity Best Practices
- Never commit API keys to version control
- Rotate keys regularly
- Use different keys for different environments
- Revoke unused keys