Skip to main content
POST
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Body

application/json

The request body to refresh the Access Token and the Refresh Token.

refresh_token
string
required

The Refresh Token of the current Access Token.

Example:

"rK49jI0zt49gsttzscscik15Asmlpu1TdcxqguJJS8B9f6ilJEC0y3PbVqwsEAw5"

Response

The request was successful.

access_token
string

The Access Token.

Example:

"AnCEPEp5Q8qjAOA1Lb6kVd2OlkCyJnMTeMPdLbPOM8cz176Eb5y7EJoUjJJ0vkzz"

token_type
string

The token type. This is always Bearer.

expires_in
integer

The time in seconds until the Access Token expires. This is always 3600, indicating the token expires 1 hour after issuance.

refresh_token
string

The Refresh Token. Use it to obtain a new Access Token when the current one expires. The Refresh Token is valid for 7 days.

Example:

"rK49jI0zt49gsttzscscik15Asmlpu1TdcxqguJJS8B9f6ilJEC0y3PbVqwsEAw5"