---
title: "Enable DNSSEC on a DNS Zone"
method: POST
path: "/dnszone/{id}/dnssec"
tags: ["DNS Zone", "DNSSEC"]
---

# Enable DNSSEC on a DNS Zone

`POST /dnszone/{id}/dnssec`

## Path parameters

- `id` integer, required

## Response `200`

Returns the DS record information for the DNS Zone with the given ID

- DnsSecDsRecordModel
  - `Enabled` boolean
  - `DsRecord` string, nullable
  - `Digest` string, nullable
  - `DigestType` string, nullable
  - `Algorithm` integer
  - `PublicKey` string, nullable
  - `KeyTag` integer
  - `Flags` integer
  - `DsConfigured` boolean

## Other responses

- `401` — The request authorization failed
- `404` — The DNS Zone with the requested ID does not exist
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
