Using Refresh Token

Refresh token is a token used to refresh an expired or lost access token.

To refresh an access token, send the HTTP POST request to the /api/oauth2/token path. In the request body, specify the following parameters:

Parameter

Value

Description

grant_type

refresh_token

Authorization grant type

refresh_token

<Refresh token>

Previously saved refresh token

A successfully completed operation returns the 200 response code and a new pair of tokens in the response body.

Tip

If you have lost a refresh token, you can log in again under the same user account and get a new pair of tokens.

Using Refresh TokenExample

Page updated 3/11/2024

Page content applies to build 12.3.1.1139