Info

List IP addresses

Returns a list of IP addresses that you need to allowlist if you're using a firewall or Custom SMTP provider's IP access management settings to deny access to unknown IP addresses.

These addresses apply to all message types and webhooks, except push notifications.

get/v1/info/ip_addresses

Response

Returns an array of IP addresses.

ip_addressesstring[]

Example response

{
  "ip_addresses": [
    "35.188.196.183",
    "104.198.177.219",
    "104.154.232.87",
    "130.211.229.195",
    "104.198.221.24",
    "104.197.27.15",
    "35.194.9.154",
    "104.154.144.51",
    "104.197.210.12",
    "35.225.6.73"
  ]
}

Changes

Changed in 1 of the 2 revisions of this API.1

    • added the media type application/json for the response with the status

      response-media-type-added