---
title: "Validate domain configuration"
method: GET
path: "/senders/domains/{domainName}"
tags: ["Domains"]
---

# Validate domain configuration

`GET /senders/domains/{domainName}`

## Path parameters

- `domainName` string, required

## Response `200`

domain configuration

- GetDomainConfigurationModel
  - `domain` string, required — Domain
  - `verified` boolean, required — Status of domain verification (true=verified, false=non verified)
  - `authenticated` boolean, required — Status of domain authentication (true=authenticated, false=non authenticated)
  - `dns_records` CreateDomainModelDnsRecords, required
    - `dkim_record` CreateDomainModelDnsRecordsDkimRecord
      - `type` string
      - `value` string
      - `host_name` string
      - `status` boolean
    - `brevo_code` CreateDomainModelDnsRecordsDkimRecord
      - `type` string
      - `value` string
      - `host_name` string
      - `status` boolean
    - `dmarc_record` CreateDomainModelDnsRecordsDkimRecord
      - `type` string
      - `value` string
      - `host_name` string
      - `status` boolean

## Other responses

- `400` — bad request
- `404` — Domain does not exist

---

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