NamesGet name zone file Get name zone fileRetrieves the zone file for a specific name.GET/v1/names/{name}/zonefileRetrieves a user’s raw zone file. This only works for RFC-compliant zone files. This method returns an error for names that have non-standard zone files.Path parametersnameRequiredstringFully-qualified nameExample: "bar.test"Status codeDescription200Success400Error404ErrorMore DetailsTerminalcurl -X GET "https://api.mainnet.hiro.so/v1/names/bar.test/zonefile"200400404Fetch a user's raw zone file.Example response{ "zonefile": "string" }SchemaGet name subdomainsGet historical zone file