refreshToken
Last updated
Last updated
curl --location 'https://api.xxx.com/auth/refreshToken' \
--header 'Content-Type: application/json' \
--data '{
"accessKeyId": "xxxx",
"refreshToken": "adasdfjklji1752==",
"botId": "c22065edb"
}'{
"accessToken": "aaaaaaazI1NiJ9.bbbbbMHZqcCfG2_JOb.LFhU0QeI1EI9J-GQ6-CjoWvj4q3SdZs",
"expireIn": 7200,
"code": 0,
"msg": ""
}