SuitePortal
Developers

Authentication

Learn how to authenticate with the SuitePortal API

Authentication

The SuitePortal API uses API keys for authentication.

Getting Your API Key

  1. Log in to your SuitePortal dashboard
  2. Navigate to Settings → API Keys
  3. Create a new API key
  4. Copy the key immediately

Using Your API Key

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Example Request

curl https://api.suiteportal.io/v1/me \
  -H "Authorization: Bearer YOUR_API_KEY"