# Settings

APIs used to retrieve metadata settings

## Frontend settings

> Get the settings for the frontend marketplace application.

```json
{"openapi":"3.0.0","info":{"title":"Immuta Data Marketplace","version":"1.0"},"tags":[{"name":"Settings","description":"APIs used to retrieve metadata settings"}],"servers":[{"url":"https://{global-segment}.api.immutacloud.com/marketplace","description":"Marketplace API Endpoint","variables":{"global-segment":{"default":"na","enum":["na","eu","ap"],"description":"Marketplace API global segment"}}}],"paths":{"/api/settings/frontend":{"get":{"description":"Get the settings for the frontend marketplace application.","operationId":"getFrontendSettings","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FrontendSettings"}}}}},"summary":"Frontend settings","tags":["Settings"]}}},"components":{"schemas":{"FrontendSettings":{"type":"object","properties":{"theme":{"type":"object","properties":{"primaryColor":{"type":"string"},"accentColor":{"type":"string"},"lightModeImage":{"oneOf":[{"type":"string"}],"nullable":true},"darkModeImage":{"oneOf":[{"type":"string"}],"nullable":true}}},"featureFlags":{"type":"object","properties":{"statsigClientKey":{"oneOf":[{"type":"string"}],"nullable":true},"statsigEnvironment":{"oneOf":[{"type":"string"}],"nullable":true}}}}}}}}
```
