---
title: "Get all the dedicated IPs for your account"
method: GET
path: "/senders/ips"
tags: ["Senders"]
---

# Get all the dedicated IPs for your account

`GET /senders/ips`

## Response `200`

list of dedicated IPs

- GetIps
  - `ips` GetIp[], required — Dedicated IP(s) available on your account
    - `id` integer, required — ID of the dedicated IP
    - `ip` string, required — Dedicated IP
    - `active` boolean, required — Status of the IP (true=active, false=inactive)
    - `domain` string, required — Domain associated to the IP

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
