---
title: "POST /proxies/{port}/unbanip"
method: POST
path: "/proxies/{port}/unbanip"
tags: ["Proxy"]
---

# POST /proxies/{port}/unbanip

`POST /proxies/{port}/unbanip`

Unban an IP on a specific port ban

## Path parameters

- `port` integer, required

## Request body

- object
  - `ip` string, required
  - `domain` string

## Response `200`

Successful response

- object
  - `ips` object[]
    - `ip` string
    - `domain` string
    - `to` number — Timestamp of when this IP will be unbanned in millisseconds

---

[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)
