v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Domains

Validate domain configuration

get/senders/domains/{domainName}

Path parameters

domainNamestring required

Domain name

Response

domain configuration

domainstring required

Domain

verifiedboolean required

Status of domain verification (true=verified, false=non verified)

authenticatedboolean required

Status of domain authentication (true=authenticated, false=non authenticated)

Example response

{
  "authenticated": false,
  "dns_records": {
    "dkim_record": {
      "type": "type",
      "value": "value",
      "host_name": "host_name",
      "status": true
    },
    "dmarc_record": {
      "type": "type",
      "value": "value",
      "host_name": "host_name",
      "status": true
    },
    "brevo_code": {
      "type": "type",
      "value": "value",
      "host_name": "host_name",
      "status": true
    }
  },
  "domain": "myexample.com",
  "verified": true
}