Request
Body Params application/jsonRequired
{
"grantType": "password",
"email": "xxx@xxx.com",
"password": "xxxxx",
"apiKey": "xxxxxxx",
"apiSecret": "xxxxxx"
}
Responses
application/json
{
"retcode": "200",
"retdata": {
"access_token": "U86Eo476BPQs3InAmxms0Z2j",
"token_type": "bearer",
"expires_in": 1800,
"client_id": 1
},
"retmsg": null,
"success": true
}
Modified at 2026-06-03 07:50:45