HiTechCloud API
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar API
Utility Endpoints
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar API
Utility 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
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar API
Utility Endpoints
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar API
Utility Endpoints
  1. Domain Information Service

Check if the domain contains sensitive keywords

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

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/sensitive-check/' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{}
Modified at 2025-12-01 12:36:24
Previous
Get a domain by name
Next
Domain Report Service
Built with