API 文档

浏览文档并开始使用 Skinify

Update Trade URL

This method allows you to update the user’s Trade URL for purchases with the status reserved.

HTTP Request

POST https://skinify.io/api/withdraw/update-trade-token

POST Parameters

Parameter Required Description
partner check ‘partner’ parameter from the Trade URL of the user whose purchases are being updated
token check ‘token’ parameter from the user’s new Trade URL

Response

On successful update, the server will return the following response:

Response Example

{
  "status": "success"
}

Possible Errors

Error Description
missing_partner_or_token Missing ‘token’ or ‘partner’ parameter
invalid_trade_token The ‘token’ parameter value is invalid