Get Org App Settings
Orgs
Get Org App Settings
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
GET
Get Org App Settings

