Home API & Integrations REST API API Authentication

API Authentication

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

PlanRequests/MinuteRequests/Day
Starter6010,000
Professional12050,000
Enterprise300Unlimited

Was this article helpful?

On this page