Authentication
All API requests to ERPS X require authentication using API keys or OAuth 2.0 tokens.
API Key Authentication
Generate an API key from Settings → API → Generate Key. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEY
OAuth 2.0
For third-party integrations, use OAuth 2.0 authorization code flow. Register your application in the developer portal to obtain client credentials.
Rate Limits
| Plan | Requests/Minute | Requests/Day |
|---|---|---|
| Starter | 60 | 10,000 |
| Professional | 120 | 50,000 |
| Enterprise | 300 | Unlimited |