v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBdomain dnssec
Retrieve a delegation signer record
Retrieves the details of an existing DS record.
get/{account}/domains/{domain}/ds_records/{ds}
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
dsinteger required
The delegation signer record id
Response
Successfully retrieved Delegation Signer record
Example response
{
"data": {
"id": 24,
"domain_id": 1010,
"algorithm": "8",
"digest": "C1F6E04A5A61FBF65BF9DC8294C363CF11C89E802D926BDAB79C55D27BEFA94F",
"digest_type": "2",
"keytag": "44620",
"public_key": null,
"created_at": "2017-03-03T13:49:58.000Z",
"updated_at": "2017-03-03T13:49:58.000Z"
}
}