> For the complete documentation index, see [llms.txt](https://developer.citypay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.citypay.io/endpoint/ip-addresses.md).

# IP Addresses

### Description

To get callback calls from our IP address, you need to white list it in the first place. For this reason we created this method which can get CityPay IP addresses for you.&#x20;

## getServerIPS

<mark style="color:blue;">`GET`</mark> `https://api.citypay.io/api/generateAddress/getServerIPS`

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```javascript
{
    "51.28.22.114,35.156.68.160,31.156.140.163"
}
```

{% endtab %}
{% endtabs %}
