Platform Integration
ERP works integrated with QubePro Platform in the context of session and application.
Authentication
- Login:
POST /api/auth/login - Token renewal:
POST /api/auth/refresh - Logout:
POST /api/auth/logout - Current user:
GET /api/auth/me - User companies:
GET /api/auth/me/companies
Application and Manifest
- Application list:
GET /api/apps - Application icons:
GET /api/apps/iconsandGET /api/apps/icons/:iconName - Manifest:
GET /api/manifest
Setting Proxy
Mechanism The settings route on the ERP side provides a common experience by proxying user settings to the Core API side:
GET /api/settings/userPATCH /api/settings/user
Language and Translation
GET /api/translationsPOST /api/translations/upsertPOST /api/translations/auto-translateGET/PUT /api/translations/active-localesPOST /api/translations/sync-content
:::info Manifest Code
erp:platform:integration
:::