---
title: "Get public NAT IP addresses"
method: GET
path: "/infrastructure/public-nat-ips"
tags: ["Infrastructure"]
---

# Get public NAT IP addresses

`GET /infrastructure/public-nat-ips`

Returns a list of public NAT IP addresses used by the Firefly infrastructure

## Response `200`

Successfully retrieved public NAT IPs

- object
  - `ips` string[], required — List of public NAT IP addresses
  - `count` integer, required — Total number of IP addresses

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/firefly/apis/api-gateway.md) · [All operations](https://skmtc.net/firefly/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/api-gateway/revisions/eea119b4113f/schema)
