Developers
Authentication
Learn how to authenticate with the SuitePortal API
Authentication
The SuitePortal API uses API keys for authentication.
Getting Your API Key
- Log in to your SuitePortal dashboard
- Navigate to Settings → API Keys
- Create a new API key
- Copy the key immediately
Using Your API Key
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYExample Request
curl https://api.suiteportal.io/v1/me \
-H "Authorization: Bearer YOUR_API_KEY"