Get historical zone file

Retrieves the historical zone file for a specific name.

GET
/v1/names/{name}/zonefile/{zoneFileHash}

Get historical zone file

Retrieves the historical zonefile specified by the username and zone hash.

Path Parameters

name
Required
string

fully-qualified name

Example: "muneeb.id"

zoneFileHash
Required
string

zone file hash

Example: "b100a68235244b012854a95f9114695679002af9"
Status codeDescription
200Success
400Error
404Error
/v1/names/{name}/zonefile/{zoneFileHash}

curl -X GET "https://api.hiro.so/v1/names/muneeb.id/zonefile/b100a68235244b012854a95f9114695679002af9"

Fetches the historical zonefile specified by the username and zone hash.

{
  "zonefile": "string"
}