# API: Get domain DNSSEC

# domainGetDNSSEC

Get domain DNSSEC

# Required parameters

Parameter Description
id Domain ID

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=domainGetDNSSEC&id=ID

# PHP Samples

# Response

{
    "success": true,
    "ManageDNSSec": {
        "widget_dnssec_get": {
            "dnssec0": {
                "id": "66e968bc2223455e45e0b3aba7be8d04",
                "type": "KEY",
                "flag": "256",
                "algorithm": "13",
                "protocol": "3",
                "publickey": "r+JPqx07oyxtHESvJOOQbatTyEa\/kuCwvWCH0LYRNz7C6ey9OzU1dblv7ehhZR2OQEQSHX5meueRVpqUh8uG\/A=="
            },
            "dnssecdsdata0": {
                "id": "3b2b77a49234909b4865979ae6dfc614",
                "type": "DS",
                "key_tag": "15999",
                "algorithm": "13",
                "digest_type": "2",
                "digest": "8228EF581067959E0E6232B46069BD0C496CB5AFEC323686E8AACD098D50189E"
            }
        },
        "widget_dnssec_form": {
            "type": "KEY",
            "algorithm": [
                2,
                3,
                5,
                6,
                7,
                8,
                10,
                12,
                13,
                14,
                15,
                16
            ]
        },
        "dnssec_names": {
            "dnssec_flag": {
                "256": "ZSK (Zone Signing Key)",
                "257": "KSK (Key Signing Key)"
            },
            "dnssec_protocol": {
                "3": "DNSSEC"
            },
            "dnssec_algorithm": {
                "1": "RSA\/MD5",
                "2": "Diffie-Hellman",
                "3": "DSA\/SHA-1",
                "5": "RSA\/SHA-1",
                "6": "DSA-NSEC3-SHA-1",
                "7": "RSASHA1-NSEC3-SHA1",
                "8": "RSA\/SHA-256",
                "10": "RSA\/SHA-512",
                "12": "GOST R 34.10-2001",
                "13": "ECDSA Curve P-256 with SHA-256",
                "14": "ECDSA Curve P-384 with SHA-384",
                "15": "Ed25519",
                "16": "Ed448"
            },
            "dnssec_digest": {
                "1": "SHA-1",
                "2": "SHA-256",
                "3": "GOST R 34.11-94",
                "4": "SHA-384"
            },
            "default": {
                "type": "DS",
                "flag": [
                    256,
                    257
                ],
                "protocol": [
                    3
                ],
                "algorithm": [
                    1,
                    2,
                    3,
                    5,
                    6,
                    7,
                    8,
                    10,
                    12,
                    13,
                    14
                ],
                "digest_type": [
                    1,
                    2,
                    3,
                    4
                ]
            }
        }
    },
    "call": "domainGetDNSSEC",
    "server_time": 1703167597
}
Last Updated: 1/2/2024, 3:19:45 PM