---
title: "Get plugins repository settings"
method: GET
path: "/plugins/settings"
tags: ["Plugins"]
---

# Get plugins repository settings

`GET /plugins/settings`

Get plugins url and proxy settings

## Response `200`

Settings

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'pluginSettings', required — The id of the action
  - `data` object, required — Settings
    - `plugins` PluginsSettings[], required
      - `username` string, required — username to use for Rudder account
      - `password` string, required — password to access Rudder account
      - `url` string — URL for getting plugins
      - `proxyUser` string — if an authenticated proxy is necessary, username of proxy
      - `proxyPassword` string — if an authenticated proxy is necessary, password of the proxy
      - `proxyUrl` string — proxy URL to use

---

[API](https://skmtc.net/rudder/apis/rudder-api.md) · [All operations](https://skmtc.net/rudder/apis/rudder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rudder/rudder-api/revisions/eab988254fba/schema)
