---
title: "List Platform IP Addresses"
method: GET
path: "/ip-addresses.json"
tags: ["Platform IPs"]
---

# List Platform IP Addresses

`GET /ip-addresses.json`

Get Konnect IP addresses by region/hostname, ingress, and egress

## Response `200`

Successful response

- IpAddressesResponse
  - `updateDate` string, required — Timestamp of the last update in "YYYY-MM-DD-HH-mm-ss" format.
  - `regions` object, required — Mapping of region code to hostname/IP lists.
  - `ingressIPs` object, required — Mapping of region code to ingress IP addresses. Each region maps to a list of IP addresses representing inbound entry points for the Konnect service.
  - `egressIPs` object, required — Mapping of region code to egress IP addresses. Each region maps to a list of IP addresses representing outbound IPs used by Konnect.

## Other responses

- `4XX` — Client error
- `5XX` — Server error

---

[API](https://skmtc.net/kong/apis/konnect-api.md) · [All operations](https://skmtc.net/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api/versions/06734a9c491f/schema)
