# Proxies

APIs for Proxies.

 - [POST /api/proxyInfo/page](https://guide.morelogin.com/api-reference/shared-resources/shared-api/proxies/queryproxyinfopageusingpost.md): List the team's proxy configurations, page by page. - **Effect**: none. Read-only. Safe to retry with bounded backoff. - **Note**: passwords are withheld from ordinary members and for cloud and dynami
 - [POST /api/proxyInfo/add](https://guide.morelogin.com/api-reference/shared-resources/shared-api/proxies/addusingpost.md): Create a proxy configuration in the team. - **Preconditions**: `proxyPort` is required and must be 1–65535, and `proxyProvider` must be a recognised provider. - **Effect**: inserts a proxy record and
 - [POST /api/proxyInfo/update](https://guide.morelogin.com/api-reference/shared-resources/shared-api/proxies/updateproxyusingpost.md): Update a proxy configuration. - **Preconditions**: the proxy must exist in the team. **Dynamic proxies cannot be updated** through this endpoint. The provider must be a recognised value. - **Effect**:
 - [POST /api/proxyInfo/delete](https://guide.morelogin.com/api-reference/shared-resources/shared-api/proxies/deleteproxyusingpost.md): Delete one or more proxy configurations. - **Preconditions**: at least one id must resolve within the team; ids that do not are ignored silently. **An unexpired cloud-platform proxy cannot be deleted*
