List of IP addresses
GET /ips
Example URL
https://system_domain/api/v2/ips
This method returns the current list of IP addresses from which the system makes outgoing requests (for example, when sending data through an outbound channel).
It is relevant for clients who apply IP restrictions on their side.
Example Response
{
"data": [
"192.0.2.45",
"198.51.100.77"
]
}