Skip to main content

Company Settings

The Company Settings tab is used to manage the corporate settings of the current company.

Access Path

  • Web: /settings/company

Major Transactions

  • View current company settings
  • Update company settings

API Terminals

  • GET /api/settings/company
  • PATCH /api/settings/company

Authorization Note

  • All settings routes require authenticate.
  • Company settings endpoints are protected by requireRole and are intended for admin-oriented use.

:::info Manifest Code core:settings:company

:::