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

Get info ward by ward ID

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
GET
https://my.hitechcloud.vn/api
/v1/old-places/wards/{wardId}
Old Place Category Service
Last modified:2025-12-01 12:36:31
OperationId:getWardByIdUsingGET

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/old-places/wards/' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "cityId": 0,
    "cityName": "string",
    "placeType": "string",
    "wardId": 0,
    "wardName": "string"
}
Modified at 2025-12-01 12:36:31
Previous
Get all list of wards
Next
Place Category Service
Built with