latestOpenAPI 3.0.12026-08-1023144.0 KB

ba22877ce84b

Access Token

Refresh Token

Once an Access Token expires, you can refresh it using the refresh_token obtained during the initial token request.

post/token/refresh

Request body

refresh_tokenstring required

The refresh token from the original token response

grant_typestring required

Must be refresh_token

Example request

{
  "grant_type": "refresh_token"
}

Response

Token refreshed successfully

requestIdstring