v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
domain dnssec

Enable DNSSEC

Enables DNSSEC for the domain.

It will enable signing of the zone. If the domain is registered with DNSimple, it will also add the DS record to the corresponding registry.

post/{account}/domains/{domain}/dnssec

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

Response

Successfully enabled DNSSEC

Example response

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