For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
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.
In the sandbox, click ‘Play’ and enter any string in the ‘Authorization’ field to test this endpoint.
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.
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"
]
}