| Name | Type | Description |
|---|---|---|
domainName | string | The domain name for which you want to verify the name servers. |
nameServers | string | A comma-separated list of name servers to be verified. |
{
"domainName": "yourdomain.com",
}curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/connect-domain' \
--header 'x-auth-zapmail: '{
"status": 200,
"message": "Domain Connected Successfully",
"data": null
}