---
title: "Add Proxy"
method: POST
path: "/proxy"
tags: ["Proxy"]
---

# Add Proxy

`POST /proxy`

Add single proxy or proxy list.


To add single proxy use this parameters:


+ **proxy_ip** (required) - proxy ip or host
+ **proxy_port** (required) - proxy port
+ **proxy_user** (optional) - proxy username
+ **proxy_pass** (optional) - proxy password

To add proxy list use this parameters:


+ **proxy_row** (required) - proxy list in String format ip:port:user:pass. Each proxy must be start with new line (use \n separator)

## Request body

- object
  - `proxy_ip` string — Proxy ip or host. Required if **proxy_row** is not specified.
  - `proxy_port` integer — Proxy port. Required if **proxy_row** is not specified.
  - `proxy_user` string — Proxy username. Required if **proxy_row** is not specified.
  - `proxy_pass` string — Proxy password. Required if **proxy_row** is not specified.
  - `proxy_row` string — Proxy list in String format ip:port:user:pass. Each proxy must be start with new line (use \r\n separator)

## Response `200`

Successful Response.

- object
  - `status` string
  - `message` string
  - `system_info` RespSystemInfo
    - `rate_limit` object, required
      - `limit` integer, required
      - `remaining` integer, required
      - `reset` integer, required
      - `bucket` string
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `400` — Error Response.
- `401` — Unauthorized

---

[API](https://skmtc.net/lzt/apis/lolzteam-public-api-market.md) · [All operations](https://skmtc.net/lzt/apis/lolzteam-public-api-market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lzt/lolzteam-public-api-market/versions/e939f4b36a9f/schema)
