Skip to main content

Get org app settings

GET /api/organizations/app

Get organization app settings for the user's current organization. This endpoint retrieves application settings for the authenticated user's current organization. Access requires the MANAGE_APPLICATION_SETTINGS permission, which is granted to all organization members (member, admin, and owner roles). Args: service: OrgAppSettingsService (injected by dependency) Returns: OrgAppSettingsResponse: The organization app settings Raises: HTTPException: 401 if user is not authenticated HTTPException: 403 if user lacks MANAGE_APPLICATION_SETTINGS permission HTTPException: 404 if current organization not found

Parameters

NameInTypeRequiredDescription
org_idquery`stringnull`no
X-Org-Idheader`stringnull`no

Responses

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
enable_proactive_conversation_startersbooleanno
max_budget_per_task`numbernull`no
registered_marketplacesfaheemcode__app_server__settings__settings_models__MarketplaceRegistration[]no
updated_at`stringnull`no

Operation ID: get_org_app_settings_api_organizations_app_get