List Configs
POST/config-svc/configs
Retrieves the current configurations for a specified app. Since any user can save configurations, it is strongly advised that you supply a list of owners to filter on. If no app is specified, the default "unnamed" app is used. This is a public endpoint and does not require authentication. Configuration data is non-sensitive. For sensitive data, refer to the Secret Service.
Configurations are used to control frontend behavior, A/B testing, feature flags, and other non-sensitive settings.
Request
Responses
- 200
- 401
- 500
Current configuration
Unauthorized
Internal Server Error