---
title: "Get Outbound IP Addresses"
method: GET
path: "/outbound_ips"
tags: ["Configuration"]
---

# Get Outbound IP Addresses

`GET /outbound_ips`

Retrieves the list of outbound IP addresses used by the API for external requests. This can be used to configure firewall rules or IP whitelisting.

## Response `200`

List of outbound IP addresses.

- OutboundIp[] — List of outbound IP addresses used by the API.
  - `ip_address` string, ipv4, required — An outbound IP address used by the API for external requests.

## Other responses

- `401` — Unauthorized - Invalid or missing API key.

---

[API](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api.md) · [All operations](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burodeingresos/bur-de-ingresos-api/revisions/59e48cdbdd84/schema)
