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

Logout

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
POST
https://my.hitechcloud.vn/api
/logout
Clientarea
Last modified:2025-12-01 11:53:06
OperationId:dropToken
Invalidate authorization token

Request

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

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/logout' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "status": true
}
Modified at 2025-12-01 11:53:06
Previous
User Login OTP
Next
Refresh Token
Built with