Domains
Last modified:2025-11-29 22:06:11
OperationId:domain_tlds
List TLDs available for registration and transfer
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
{
"tlds": [
{
"id": "6",
"tld": ".com",
"periods": [
{
"period": "1",
"register": "10.00",
"transfer": "0.00",
"renew": "15.00",
"redemption": "40.00"
},
{
"period": "2",
"register": "20.00",
"transfer": "20.00",
"renew": "30.00",
"redemption": "80.00"
}
]
},
(...)
]
}
This response does not have a body.
curl --location --request GET 'https://my.hitechcloud.vn/api/domain/order' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:06:11