v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Authentication

Generate an access token

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

Request body

clientIdstring required

Client ID.

codestring required

Authorization code.

Response

OK

codestring

Error code

messagestring

Error message

Example response

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