HiTechCloud API
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar APIUtility Endpoints
HiTechCloud APISSL APIDNS 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
  1. SSL API

List available certificates

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
GET
https://my.hitechcloud.vn/api
/certificate/order
SSL Certificates
Last modified:2025-11-29 22:06:11
OperationId:certificate_products
Return a list with certificate available for purchase

Request

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

Responses

🟢200OK

{
    "products": [
        {
            "id": "25",
            "name": "InstantSSL",
            "description": "",
            "periods": [
                {
                    "years": 1,
                    "price": 27.85,
                    "renew": 27.85
                },
                {
                    "years": 2,
                    "price": 48.75,
                    "renew": 48.75
                }
            ],
            "category": "SSL Certificates",
            "category_url": "sslcertificates"
        },
        (...)
    ]
}
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' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:06:11
Previous
Download certificate
Next
Order new certificates
Built with