v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Authentication

Refresh access token

post/open-api/v3/oauth/refresh-token

Request body

clientIdstring required

Client ID.

refreshTokenstring required

Refresh token obtained from a previous access token request.

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter"
}