SSL Certificates
Last modified:2025-11-29 22:06:11
OperationId:certificate
List all ssl services under your account
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
{
"sslservices": [
{
"id": "300",
"domain": "examplename.com",
"total": "27.85",
"status": "Pending",
"billingcycle": "Annually",
"next_due": "2017-12-30",
"category": "GoGetSSL",
"category_url": "gogetssl",
"name": "Comodo InstantSSL",
"cert_email": "admin@example.com",
"cert_status": "",
"cert_expires": "2017-12-30 13:43:12"
}
]
}
This response does not have a body.
curl --location --request GET 'https://my.hitechcloud.vn/api/certificate' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:06:11