# Get TLD DNSSEC configuration Retrieve the supported DNSSEC algorithms and digest types for the specified TLD. Endpoint: GET /tlds/{tld}/dns/security Version: 1.0.0 Security: bearer ## Path parameters: - `tld` (string, required) ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.TldDnsSecurityConfiguration" - `dnssec` (object, required) - `dnssec.supported` (boolean, required) - `dnssec.algorithms` (array, required) - `dnssec.algorithms.id` (integer, required) DNSSEC algorithm identifier (RFC 8624) Enum: 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 17, 23, 252, 253, 254 - `dnssec.algorithms.name` (string, required) - `dnssec.digestTypes` (array, required) - `dnssec.digestTypes.id` (integer, required) DNSSEC digest type identifier (RFC 8624) Enum: 1, 2, 3, 4, 5, 6 ## Response 400 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string) ## Response 401 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string) ## Response 403 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string) ## Response 404 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string) ## Response 500 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string)