Get the system content flagging configuration
GET/api/v4/content_flagging/config
Returns the system configuration for content flagging, including settings related to notifications, flagging configurations, etc.. Only system admins can access this endpoint.
Responses
- 200
- 403
- 404
- 500
Configuration retrieved successfully
User does not have permission to manage system configuration.
Feature is disabled via the feature flag.
Internal server error.