
Loading Optiviera...
7 maja 2026
Uwierzytelnianie, limity, wersjonowanie i najlepsze praktyki.
The Optiviera API uses JWT Bearer token authentication. Obtain a token via /api/auth/login and include it in the Authorization header of every request.
/api/auth/google-loginRate limit headers are included in all responses: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset. A 429 Too Many Requests response means you have exceeded the limit.
https://app.optiviera.com/api/api//swagger/api/authLogin, register, Google OAuth, password reset/api/crmLeads, opportunities, customers/api/financeInvoices, payments, journal entries/api/hrEmployees, leaves, payroll/api/inventoryItems, stock movements/api/filesUpload, download, delete/api/settingsTenant, users, roles, permissionsToken missing, expired, or invalid. Re-authenticate and retry.
Authenticated but lacks required permission for this operation.
Resource does not exist or is not accessible in your tenant.
Too many requests. Wait for the window to reset before retrying.
Platform-side error. Retry with exponential backoff. Contact support if persistent.