# ConfigController Config endpoints provide frontend configuration including branding, feature flags, and platform settings. Configuration is company-specific and enables customization of the platform UI and behavior. The config endpoint returns settings that the frontend needs to render the application correctly, including company branding, available features, and platform-specific configurations. Configuration values are determined at runtime based on the authenticated user's selected company and their access permissions. ## Fetch configuration details - [GET /api/v2/config](https://developer.caraer.com/apis/configcontroller/getconfig.md): Retrieves configuration details required for the Caraer frontend, including branding, and other configuration values. On success, a SuccessResponse is returned containing the configuration data.