---
title: "Get DNSSEC status"
method: GET
path: "/domains/{name}/dns/security"
tags: ["dns-records"]
---

# Get DNSSEC status

`GET /domains/{name}/dns/security`

Retrieve the current DNSSEC status for the specified domain.

## Path parameters

- `name` string, required

## Response `200`

DNSSEC status

- DomainDnsSecurityStatusResponse
  - `@type` 'unstoppabledomains.com/partner.v3.DomainDnsSecurityOperationResult', required
  - `status` 'ENABLED' | 'DISABLED' | 'UNKNOWN', required

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found
- `500` — Internal server error

---

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