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

Revoke Token

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
POST
https://my.hitechcloud.vn/api
/revoke
Clientarea
Last modified:2025-12-01 11:53:12
OperationId:revokeToken
Invalidate authorization and refresh token.
Pass refresh token or call this method with valid access 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/revoke?refresh_token' \
--header 'Authorization: Bearer <token>'
Modified at 2025-12-01 11:53:12
Previous
Refresh Token
Built with