Skip to main content
GET
/
api
/
v2
/
public-ip-list
Gets the public IP list
curl --request GET \
  --url https://app.launchdarkly.com/api/v2/public-ip-list \
  --header 'Authorization: <api-key>'
{
  "addresses": [
    "104.156.80.0/20",
    "151.101.0.0/16"
  ],
  "outboundAddresses": [
    "52.21.152.96/32"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

Public IP response

addresses
string[]
required

A list of the IP addresses LaunchDarkly's service uses

Example:
["104.156.80.0/20", "151.101.0.0/16"]
outboundAddresses
string[]
required

A list of the IP addresses outgoing webhook notifications use

Example:
["52.21.152.96/32"]