---
title: "View Dedicated IP Addresses"
method: POST
path: "/dedicated_ips/view"
tags: ["DEDICATED IPS"]
---

# View Dedicated IP Addresses

`POST /dedicated_ips/view`

Retrieve a list of Dedicated IP addresses on this account

## Response `200`

Successfully retrieved Dedicated IP addresses

- object
  - `data` object[], required
    - `id` integer — The id of the pool
    - `name` string — The name of the pool
    - `ip_addresses` string[] — A list of dedicated IP addresses assigned to this pool
  - `request_id` string, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/revisions/1ba6b25eebb9/schema)
