# List DNSSECs Lists all DNSSEC (DS) records configured for a domain. Endpoint: GET /core/v1/domains/{domainName}/dnssec Version: 1.3.1 Security: BasicAuth ## Path parameters: - `domainName` (string, required) DomainName is the domain name to list keys for. ## Response 200 fields (application/json): - `dnssec` (array, required) Dnssec is the list of registered DNSSEC keys. - `dnssec.algorithm` (integer, required) - `dnssec.digest` (string, required) Digest is a digest of the DNSKEY RR that is registered with the registry. - `dnssec.digestType` (integer, required) - `dnssec.domainName` (string, required) DomainName is the domain name. - `dnssec.keyTag` (integer, required) ## Response 403 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Permission denied" - `details` (string,null) Additional context or information about the error Example: "Failed authentication" ## Response 404 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Not Found" - `details` (string,null) Additional context or information about the error Example: "The requested domain does not exist." ## Response 429 fields (application/json): - `message` (string) A human-readable message providing more details about the error Example: "Rate Limit Exceeded" ## Response 500 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error. Example: "Internal Server Error" - `details` (string,null) Additional context or information about the error. Example: "Something went wrong."