Back to Help Center

API Documentation

OPERIUM products provide REST APIs for integration with your existing tools and workflows. API access is included in all Pro plans.

Authentication

API requests are authenticated using JWT tokens. Include your token in the Authorization header as Bearer {token}. Tokens expire after 7 days and can be refreshed via /api/auth/me.

Rate Limits

Free tier: 100 requests/hour. Pro plan: 10,000 requests/hour. Rate limit headers (X-RateLimit-Remaining) are included in every response.

Endpoints

Each product exposes CRUD endpoints under /api/. Refer to the specific product documentation for available routes, request formats, and response schemas.

Webhooks

Configure webhooks in your product settings to receive real-time notifications. Events are sent as POST requests with JSON payloads signed with your webhook secret.