# IP Whitelist

`order-allow-ip` ile IPv6 Datacenter siparişinize IP adresi tanımlayabilirsiniz.

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

```
https://my.proxynet.io/api/order-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>Size özel tahsis edilmiş API keyiniz</td><td></td><td></td><td></td></tr><tr><td>PROXY-ID</td><td>Sipariş 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"
}
```
