Email authentication
GET
/api/v1/dnssec-testDNSSEC Test
Check whether DNSSEC is configured and actually validating.
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Domain 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" } }