#  Retreaver IP Addresses

Some integration providers ask for a list of IP addresses to allow through their API firewalls. 

Every pixel and webhook fired by Retreaver originates from one of the addresses below - add all of them to your allowlist, primary and backup alike.

## Primary

```
54.85.55.158
107.22.111.230
52.4.226.67
23.23.201.114
54.214.15.177
```

## Backup

```
54.144.80.122
34.207.208.166
34.239.246.146
54.226.96.222
50.19.166.10
54.242.60.242
18.212.143.95
54.88.193.144
34.207.215.149
54.242.128.224
34.224.41.19
3.87.124.183
3.92.79.81
54.82.42.232
35.175.236.161
3.95.1.213
18.212.149.130
44.220.140.61
54.90.78.235
54.209.211.225
100.27.224.44
```

## All addresses, comma-separated

Convenient for firewall rules and allowlist fields that take a single line:

```
54.85.55.158, 107.22.111.230, 52.4.226.67, 23.23.201.114, 54.214.15.177, 54.144.80.122, 34.207.208.166, 34.239.246.146, 54.226.96.222, 50.19.166.10, 54.242.60.242, 18.212.143.95, 54.88.193.144, 34.207.215.149, 54.242.128.224, 34.224.41.19, 3.87.124.183, 3.92.79.81, 54.82.42.232, 35.175.236.161, 3.95.1.213, 18.212.149.130, 44.220.140.61, 54.90.78.235, 54.209.211.225, 100.27.224.44
```
