Request
Body Params application/jsonRequired
{
"grantType": "client_credentials",
"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-07-07 01:39:53