| Name | Type | Description |
|---|---|---|
domainIds | array | An array of domain IDs for which DNS records should be checked. |
{
"domainIds": ["domainId1", "domainId2"]
}curl --location --request POST 'https://api.zapmail.ai/api/v1/domain/dns-check' \
--header 'x-auth-zapmail: '{
"status": 200,
"message": "Dns checked",
"data": [
{
"id": "8d4ea245-715a-403e-be54-3f74ac3924bc",
"domain": "abc.com",
"spfRecord": false,
"dmarcRecords": true,
"dkimRecords": false,
"mxRecords": true
},
]
}