Open Context Protocol is live! 🚀 Read the launch post

getDnsDomainDnssec

Get DNSSec Info

GET /domains/{dns-domain}/dnssec HTTP/1.1

Parameters

{}

Response Schema

{
  "type": "object",
  "properties": {
    "dns_sec": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}