---
title: "Gets the public IP list"
method: GET
path: "/api/v2/public-ip-list"
tags: ["Other"]
---

# Gets the public IP list

`GET /api/v2/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](https://status.launchdarkly.com/). <br /><br />In the sandbox, click 'Play' and enter any string in the 'Authorization' field to test this endpoint.

## Response `200`

Public IP response

- IpList
  - `addresses` string[], required — A list of the IP addresses LaunchDarkly's service uses
  - `outboundAddresses` string[], required — A list of the IP addresses outgoing webhook notifications use

## Other responses

- `429` — Rate limited

---

[API](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/revisions/69c5c9aafe78/schema)
