---
title: "Enable DNSSEC"
method: POST
path: "/{account}/domains/{domain}/dnssec"
tags: ["domain dnssec"]
---

# Enable DNSSEC

`POST /{account}/domains/{domain}/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.

## Path parameters

- `account` integer, required
- `domain` string, required

## Response `201`

Successfully enabled DNSSEC

- object
  - `data` DNSSEC, required
    - `enabled` boolean, required
    - `active` boolean
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.

## Other responses

- `400` — A required parameter is missing or the request is invalid.
- `404` — The requested resource doesn't exist.

---

[API](https://skmtc.net/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.net/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/revisions/270bb4f6f532/schema)
