Organization
Organisation-level preferences and configuration
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /organizations/preferences | Get current preferences |
| PUT | /organizations/preferences | Update preferences |
| GET | /organizations/context | Get organisation context signals |
Get Preferences
GET
/organizations/preferencesUpdate Preferences
PUT
/organizations/preferencesRequest body — OrganizationPreferences:
Response
json
{
"default_timezone": "America/New_York",
"notifications_enabled": true
}| Parameter | Type | Required | Description |
|---|---|---|---|
default_timezone | string | Optional | IANA timezone string, e.g. America/New_York |
notifications_enabled | boolean | Optional | Enable or disable platform-wide notifications |
Organisation Context
GET
/organizations/contextReturns organisation-scoped configuration signals — feature flags, plan limits, and other context used by the portal and integrations. Useful for building UI that adapts to the organisation's plan and settings.
Was this page helpful?
Open Dashboard →