POST
/
platformapi
/
chainup
/
open
/
user
/
exchangeLogOut
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/user/exchangeLogOut
{
    "code": "0",
    "msg": "suc"
}

Query Parameters

appKey
string
required

Merchant AppKey

Example: xxx_xxx

apiKey
string
required

openApiKey

Example: 2ae04ed9165624419bad68e9e0f3

secret
string
required

Secret key

Example: SSe04ed9165624419bad68eDWQ0f3

uid
string
required

User's ID

Example: 202300123

exchangeToken
string
required

Login token of the logged-in user. If available, please pass it directly. If not, you can generate a new one and pass it.

sign
string
required

Signature

Example: 2ae04ed9165624419bad68e9e0f3f2sa9fbd2ae04ed916511624419bad68e9e20f3f29fbd

Response

200 - application/json
code
string

Return code.

Example: 0

msg
string

Success or failure message

Example: Success