Domain > DNSSEC

Check DNSSEC

Check the status of the DNSSEC.

get/2/domains/{domain}/dnssec/check

Path parameters

domainstring required

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "dnssec_type": "keydata",
    "dnssec_data": [
      {
        "key": "12345",
        "flags": "257"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.