v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Other

Gets the public IP list

Get a list of IP ranges the LaunchDarkly service uses. You can use this list to allow LaunchDarkly through your firewall. We post upcoming changes to this list in advance on our status page. <br /><br />In the sandbox, click 'Play' and enter any string in the 'Authorization' field to test this endpoint.

get/api/v2/public-ip-list

Response

Public IP response

addressesstring[] required

A list of the IP addresses LaunchDarkly's service uses

outboundAddressesstring[] required

A list of the IP addresses outgoing webhook notifications use

Example response

{
  "addresses": [
    "104.156.80.0/20",
    "151.101.0.0/16"
  ],
  "outboundAddresses": [
    "52.21.152.96/32"
  ]
}