curl --request GET \
--url https://dns-service.iran.liara.ir/api/v1/zones/{zone} \
--header 'Authorization: <api-key>'{
"status": "<string>",
"data": {
"id": "<string>",
"name": "<string>",
"status": "<string>",
"currentNameServers": [
"<string>"
],
"nameServers": [
"<string>"
],
"lastCheckAt": "<string>",
"createdAt": "<string>"
}
}Get this zone, all dns records
curl --request GET \
--url https://dns-service.iran.liara.ir/api/v1/zones/{zone} \
--header 'Authorization: <api-key>'{
"status": "<string>",
"data": {
"id": "<string>",
"name": "<string>",
"status": "<string>",
"currentNameServers": [
"<string>"
],
"nameServers": [
"<string>"
],
"lastCheckAt": "<string>",
"createdAt": "<string>"
}
}