Get Token
PATH:POST /open/api/v3/merchant/getToken
Header:
Parameter | Mandatory | Type | Remarks |
---|---|---|---|
appid | Y | string | App unique identifier |
timestamp | Y | string | Current UTC 13-digit timestamp, valid within 5 minutes |
sign | Y | string | Sign the appId, timeStamp, and requested parameters alphabetically.,the sign method can refer here |
Body:
Parameter | Mandatory | Type | Remarks |
---|---|---|---|
Y | string | User's email |
Example
Request Parameters:
{
"email": "[email protected]"
}
Response:
{
"success": true,
"returnCode": "0000",
"returnMsg": "SUCCESS",
"extend": "",
"data": {
"id": "kklzDn3K/BvuSXs559OQfQ==",
"accessToken": "ACH8945766425@ACH@kklzDn3K/BvuSXs559OQfQ==@PAY@cwqgsiyILMYNuMjhxhaQLpCX1hnntIqfL+V7uEqNu6I=@IO@g5aBrOrzxrfzsqs8W0cKR4VBugBZBSH5gYLOoL1eHICLR3GTygMCaCN3RvIMaeOUmy9PAVmFImjz+4uXR1MpRg==",
"email": "cwqgsiyILMYNuMjhxhaQLpCX1hnntIqfL+V7uEqNu6I="
},
"traceId": "642e6990f3481462c6185b310ba2120b"
Updated 3 days ago