Connect Domain with Zapmail
POST
/v1/domain/connect
Connect Domain with Zapmail
Endpoint
Request Body
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. |
Example Request
{
"domainName": "yourdomain.com",
"nameServers": "ns1.dnsprovider.com,ns2.dnsprovider.com"
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}