Email authentication

GET/api/v1/dnssec-test

DNSSEC Test

Check whether DNSSEC is configured and actually validating.

Cost: 2 credits per request, out of 300 per day.

ParameterTypeRequiredDescription
domainstringYesDomain to check.

Example request

curl "https://netsh.io/api/v1/dnssec-test?domain=example.com&api_key=YOUR_API_KEY"

Example response

{
  "ok": true,
  "data": {
    "domain": "example.com",
    "keyCount": 3,
    "validated": true,
    "status": "enabled"
  },
  "meta": { "tool": "dnssec-test", "version": "v1" }
}
Mail Health Check