HiTechCloud API
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar APIUtility Endpoints
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar APIUtility Endpoints
  1. Domain Information Service
  • Domain Information Service
    • Get all list of domains
      GET
    • Get a domain by name
      GET
    • Check if the domain contains sensitive keywords
      GET
  • Domain Report Service
    • Upload list of fluctuation domains report
      POST
    • Upload list of maintain domains report
      POST
    • Upload sub-list of maintain domains report
      POST
    • Merge all sub-list of maintain domains report
      PUT
    • Get status of report
      GET
  • Registrar Category Service
    • Get all registrars of ICANN
      GET
  • Old Place Category Service
    • Get all list of districts
      GET
    • Get info district by district ID
      GET
    • Get all list of wards by district ID
      GET
    • Get all list of provinces
      GET
    • Get info province by city ID
      GET
    • Get all list of districts by city ID
      GET
    • Get all list of wards by city ID
      GET
    • Get all list of wards
      GET
    • Get info ward by ward ID
      GET
  • Place Category Service
    • Get all list of countries
      GET
    • Get all list of provinces
      GET
    • Get info province by city ID
      GET
    • Get all list of wards by city ID
      GET
    • Get all list of wards
      GET
    • Get info ward by ward ID
      GET
  1. Domain Information Service

Get a domain by name

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
GET
https://my.hitechcloud.vn/api
/v1/registrars/domains/{domainName}
Domain Information Service
Last modified:2025-12-01 12:36:24
OperationId:getByDomainNameUsingGET

Request

Authorization
Basic Auth
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
or
Path Params

Responses

🟢200OK
*/*
OK
Body

🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://my.hitechcloud.vn/api/v1/registrars/domains/' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "address": "string",
    "adminName": "string",
    "cityName": "string",
    "countryCode": "string",
    "districtName": "string",
    "domainLabel": "string",
    "domainName": "string",
    "email": "string",
    "expiredDate": "2019-08-24",
    "fax": "string",
    "icannRegistrarName": "string",
    "isAgentManager": true,
    "note": "string",
    "ownerName": "string",
    "ownerType": "C",
    "phone": "string",
    "registeredDate": "2019-08-24",
    "tldName": "string",
    "wardName": "string"
}
Modified at 2025-12-01 12:36:24
Previous
Get all list of domains
Next
Check if the domain contains sensitive keywords
Built with