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

User Request OTP Login

Developing
Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
POST
https://my.hitechcloud.vn/api
/login-otp
Last modified:2025-12-01 11:52:52

Request

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

Responses

🟢200Success
application/json
Body

🟠400Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://my.hitechcloud.vn/api/login-otp?email=string' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Success
{
    "status": true,
    "message": "OTP has been sent to your email."
}
Modified at 2025-12-01 11:52:52
Previous
Login SSO
Next
User Login OTP
Built with