HiTechCloud API
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar APIUtility Endpoints
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar APIUtility Endpoints
  1. Utility Endpoints
  • Login
    POST
  • Login SSO
    POST
  • User Request OTP Login
    POST
  • User Login OTP
    POST
  • Logout
    POST
  • Refresh Token
    POST
  • Revoke Token
    POST
  1. Utility Endpoints

Refresh Token

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
POST
https://my.hitechcloud.vn/api
/token
Clientarea
Last modified:2025-12-01 11:53:09
OperationId:refreshToken
Generate new authorization token using refresh token

Request

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

Responses

🟢200OK
Success
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://my.hitechcloud.vn/api/token?refresh_token' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "error": [
        "refresh_token_invalid",
        "wronglogin"
    ]
}
Modified at 2025-12-01 11:53:09
Previous
Logout
Next
Revoke Token
Built with