SuitePortal
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

  1. Navigate to Settings → API Keys
  2. Click Create API Key
  3. Give your key a descriptive name
  4. Copy the key immediately

Using API Keys

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Security Best Practices

  • Never commit API keys to version control
  • Rotate keys regularly
  • Use different keys for different environments
  • Revoke unused keys