| Name | Type | Description |
|---|---|---|
domainName | string | The name of the domain |
maskForwarding | boolean | Maskforwarding should be enabled or not. |
curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/name-servers' \
--header 'x-auth-zapmail: '{
"status": 200,
"message": "NS records for transfer fetched successfully",
"data": {
"nameServers": "braelyn.ns.cloudflare.com,jermaine.ns.cloudflare.com"
}
}