# Get DNSSEC Retrieves details of a specific DNSSEC record for a domain. Endpoint: GET /core/v1/domains/{domainName}/dnssec/{digest} Version: 1.3.1 Security: BasicAuth ## Path parameters: - `domainName` (string, required) DomainName is the domain name. - `digest` (string, required) Digest is the digest for the DNSKEY RR to retrieve. ## Response 200 fields (application/json): - `algorithm` (integer, required) - `digest` (string, required) Digest is a digest of the DNSKEY RR that is registered with the registry. - `digestType` (integer, required) - `domainName` (string, required) DomainName is the domain name. - `keyTag` (integer, required) ## 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."