DNS
Last modified:2025-11-29 22:06:11
OperationId:dns_get
Returns a list of all DNS
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
{
"service_ids": [
"10",
"20"
],
"zones": [
{
"domain_id": "60",
"name": "qwerty.com",
"service_id": "10"
},
{
"domain_id": "61",
"name": "bgg12ooble.com",
"service_id": "20"
}
]
}
This response does not have a body.
curl --location --request GET 'https://my.hitechcloud.vn/api/dns' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:06:11