curl --request GET \
--url https://dns-service.iran.liara.ir/api/v1/zones/{zone}/dns-records/{id} \
--header 'Authorization: <api-key>'{
"status": "<string>",
"data": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"ttl": 123,
"contents": [
{}
]
}
}Get Dns Record data on this zone
curl --request GET \
--url https://dns-service.iran.liara.ir/api/v1/zones/{zone}/dns-records/{id} \
--header 'Authorization: <api-key>'{
"status": "<string>",
"data": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"ttl": 123,
"contents": [
{}
]
}
}Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
The name of the zone to see dns record
The id of dns record to see its data