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/companyPATCH /api/settings/company
Authorization Note
- All settings routes require
authenticate. - Company settings endpoints are protected by
requireRoleand are intended for admin-oriented use.
:::info Manifest Code
core:settings:company
:::