Organization

Organisation-level preferences and configuration

Endpoints

MethodPathDescription
GET/organizations/preferencesGet current preferences
PUT/organizations/preferencesUpdate preferences
GET/organizations/contextGet organisation context signals

Get Preferences

GET
/organizations/preferences

Update Preferences

PUT
/organizations/preferences

Request body — OrganizationPreferences:

Response
json
{
  "default_timezone": "America/New_York",
  "notifications_enabled": true
}
ParameterTypeRequiredDescription
default_timezonestringOptionalIANA timezone string, e.g. America/New_York
notifications_enabledbooleanOptionalEnable or disable platform-wide notifications

Organisation Context

GET
/organizations/context

Returns 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 →