Domains
Validate domain configuration
get/senders/domains/{domainName}
Path parameters
domainNamestring required
Domain name
Response
domain configuration
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
}