---
title: "GET /settings"
method: GET
path: "/settings"
tags: ["Proxy"]
---

# GET /settings

`GET /settings`

Return current general settings

## Response `200`

Successful response

- Settings
  - `customer` string — Default customer
  - `zone` string — Default zone
  - `password` string — Default password
  - `www_whitelist_ips` string[] — Whitelist ip list for granting access to browser admin UI
  - `whitelist_ips` string[] — Default for all proxies whitelist ip list for granting access to them
  - `fixed_whitelist_ips` string[] — Default whitelisted IPs list with granted access for all proxies passed via command line or from www_whitelist_ips
  - `config` string — Config file containing proxy definitions
  - `read_only` boolean — Avoid saving current config in the config file
  - `test_url` string — Url for testing proxy
  - `api` string — Alternative domain url to brightdata API
  - `logs` boolean — Enable logs for all proxies
  - `request_stats` boolean — Enable requests statistics
  - `dropin` boolean — Create dropin mode proxy port (default: 22225)
  - `pending_www_ips` string[] — List of IPs not whitelisted that recently tried to access Proxy Manager

---

[API](https://skmtc.net/brightdata/apis/proxy-manager.md) · [All operations](https://skmtc.net/brightdata/apis/proxy-manager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightdata/proxy-manager/versions/5ce107146739/schema)
