---
title: "Get the list of all your domains"
method: GET
path: "/senders/domains"
tags: ["Domains"]
---

# Get the list of all your domains

`GET /senders/domains`

## Response `200`

list of domains

- GetDomainsList
  - `domains` GetDomainsListDomains[] — List of the domains available in your account
    - `id` integer, required — Id of the domain
    - `domain_name` string, required — Domain name
    - `authenticated` boolean, required — Status of domain authentication (true=authenticated, false=non authenticated)
    - `verified` boolean, required — Status of domain verification (true=verified, false=non verified)
    - `ip` string — Dedicated IP associated with domain

## Other responses

- `400` — bad request

---

[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)
