Skip to main content

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/icons and GET /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/user
  • PATCH /api/settings/user

Language and Translation

  • GET /api/translations
  • POST /api/translations/upsert
  • POST /api/translations/auto-translate
  • GET/PUT /api/translations/active-locales
  • POST /api/translations/sync-content

:::info Manifest Code erp:platform:integration

:::