Fast, stateless Network Diagnostics

Email authentication

GET/api/v1/dnssec-test

DNSSEC Test

Check whether DNSSEC is configured and actually validating.

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" }
}