---
title: "Get outbound IPs"
method: GET
path: "/meta/outbound-ips"
tags: ["Meta"]
---

# Get outbound IPs

`GET /meta/outbound-ips`

This endpoint lists the outbound IP addresses used by the platform for the current environment.

## Response `200`

A list of the platform's outbound IP addresses for the current environment

- object — Single-item envelope mixin. `allOf` this into any show response that wraps its `data` payload in an outer object; the concrete schema (e.g. `ShowUser`) adds its own `data` property with the appropriate `$ref` and keeps its own title so the SDK surface is unchanged.
  - `data` OutboundIp[], required

## Other responses

- `401` — The user is unauthenticated

---

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