> For the complete documentation index, see [llms.txt](https://docs.proxynet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxynet.io/proxy/ipv4-datacenter-proxy/price-3.md).

# IP Whitelist

`proxy-allow-ip` ile IPv4 Datacenter proxylerinize IP adresi tanımlayabilirsiniz.

{% code title="GET" overflow="wrap" %}

```
https://my.proxynet.io/api/proxy-allow-ip?key=[YOUR_API_KEY]&proxy_id=[PROXY_ID]&allow_ip=[IP_ADRESS]
```

{% endcode %}

<table><thead><tr><th>Parametre</th><th>Açıklama</th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>YOUR_API_KEY</td><td>API Keyiniz</td><td></td><td></td><td></td></tr><tr><td>PROXY-ID</td><td>Proxy ID'niz</td><td></td><td></td><td></td></tr><tr><td>IP_ADRESS</td><td>Tanımlamak istediğiniz IP adresi</td><td></td><td></td><td></td></tr></tbody></table>

**Örnek Response**

```
{
    "status": true,
    "user_id": 1,
    "balance": "150",
    "currency": "$",
    "message": "IP address allowed successfully.",
    "ip_allow": "192.168.1.1"
}
```
