Clientarea
Last modified:2025-12-01 11:53:09
OperationId:refreshToken
Generate new authorization token using refresh token
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
This response does not have a body.
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