Meta

Get outbound IPs

This endpoint lists the outbound IP addresses used by the platform for the current environment.

get/meta/outbound-ips

Response

A list of the platform's outbound IP addresses for the current environment

dataOutboundIp[] required

Example response

{
  "data": [
    "63.34.76.240",
    "34.253.58.14"
  ]
}

Changes