Organization
Get the organization's feature flags
Returns the workspace’s resolved feature flags (per-org, evaluated at the edge). Use it to conditionally render gated features in a client; server endpoints enforce their own gate independently.
GET
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Response
OK
Feature flags for your organization, returned by GET /v1/organization/features. Each key is a boolean: true if that feature is enabled for you, false if not.
Whether this organization can connect email senders via Google OAuth. Access is granted per organization. Example: true
Example:
true