v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
domain dnssec

DNSSEC status

Gets the DNSSEC status for an existing domain.

get/{account}/domains/{domain}/dnssec

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

Response

Successfully retrieved DNSSEC

Example response

{
  "data": {
    "enabled": true,
    "active": true,
    "created_at": "2017-02-03T17:43:22.000Z",
    "updated_at": "2017-02-03T17:43:22.000Z"
  }
}