HiTechCloud API
HiTechCloud APISSL APIDNS API
VNNIC GTLD Registrar APIUtility Endpoints
HiTechCloud APISSL APIDNS API
VNNIC GTLD Registrar APIUtility Endpoints
  1. DNS API
  • Register domain nameservers
    POST
  • DNS RecordsDNS Records
    GET
  • Create DNS Records
    POST
  • Update DNS Records
    PUT
  • Remove DNS Records
    DELETE
  • DNS Records Types
    GET
  • Returns the available flags
    GET
  • Returns the list of DNSSEC keys
    GET
  • Adds the DNSSEC key
    PUT
  • Remove the DNSSEC key
    DELETE
HiTechCloud APISSL APIDNS API
VNNIC GTLD Registrar APIUtility Endpoints
HiTechCloud APISSL APIDNS API
VNNIC GTLD Registrar APIUtility Endpoints
  1. DNS API

DNS Records Types

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
GET
https://my.hitechcloud.vn/api
/domain/{id}/dns/types
DNS Manage
Last modified:2025-11-29 22:06:11
OperationId:domain_dns_suported
List supported records type

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200OK

{
    "types": [
        "A",
        "CNAME",
        "URL",
        "FRAME",
        "MX",
        "MXE",
        "TXT"
    ]
}
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://my.hitechcloud.vn/api/domain//dns/types' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:06:11
Previous
Remove DNS Records
Next
Returns the available flags
Built with