Settings
Organization-level configuration
Org-scoped settings — branding, defaults, feature toggles.
Resource overview
GET
/api/settingsAPI key · SessionRole: Super AdminPATCH
/api/settingsAPI key · SessionRole: Super AdminRead settings
GET
/api/settingsAPI key · SessionRole: Super Admin200
{
"timezone": "America/Los_Angeles",
"currency": "USD",
"defaultEventDuration": 120,
"branding": { "primaryColor": "#0ea5e9", "logoUrl": null },
"features": { "guestSelfRsvp": true, "vehicleAutoAssign": false }
}Update settings
PATCH
/api/settingsAPI key · SessionRole: Super AdminPartial updates allowed — only included keys are changed.
| Name | Type | Required | Description |
|---|---|---|---|
timezone | string | Optional | IANA timezone. |
currency | string (ISO 4217) | Optional | Default currency for new expenses. |
defaultEventDuration | integer | Optional | Default event length in minutes. |
branding | object | Optional | Branding overrides. |
features | object | Optional | Feature toggle map. |