HiTechCloud API
HiTechCloud APISSL API
DNS APIVNNIC GTLD Registrar APIUtility Endpoints
HiTechCloud APISSL API
DNS APIVNNIC GTLD Registrar APIUtility Endpoints
  1. SSL API
  • List SSL Certificates
    GET
  • Certificate details
    GET
  • Download certificate
    GET
  • List available certificates
    GET
  • Order new certificates
    POST
  • List server software for certificates
    GET
HiTechCloud APISSL API
DNS APIVNNIC GTLD Registrar APIUtility Endpoints
HiTechCloud APISSL API
DNS APIVNNIC GTLD Registrar APIUtility Endpoints
  1. SSL API

List server software for certificates

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
GET
https://my.hitechcloud.vn/api
/certificate/order/{product_id}/software
SSL Certificates
Last modified:2025-11-29 22:06:11
OperationId:certificate_software
Return a list with software IDs required or certificate

Request

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

Responses

🟢200OK

{
    "software": [
        {
            "id": 0,
            "name": "AOL"
        },
        {
            "id": 1,
            "name": "Apache-SSL (Ben-SSL, not Stronghold)"
        },
        (...)
    ]
}
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://my.hitechcloud.vn/api/certificate/order//software' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:06:11
Previous
Order new certificates
Built with