Skip to main content
PUT
/
api
/
v1
/
zones
/
{zone}
/
check
check nameserver
curl --request PUT \
  --url https://dns-service.iran.liara.ir/api/v1/zones/{zone}/check \
  --header 'Authorization: <api-key>'
{
  "status": "<string>",
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

zone
string
required

The name of the zone to check status

Response

Successful operation

status
string

succes

data
string

Your request has been submitted.