ESET Online Help

Search
Select the category
Select the topic

Renew the token

Each access token is only valid for one hour. Extend your session by renewing your access token with refresh token.

1.Navigate to the ESET Connect API Swagger UI page.

2.Click on /oauth/token call.

3.Click Try it out to start editing the call.
Swagger_oauth_10

4.At grant_type type select refresh_token.
Swagger_oauth_15

5.At refresh_token fill in your refesh_token string you obtained with your Access token and click Execute.
Swagger_oauth_16

6.In the response you receive a new access token and a new refresh token. Copy and save both strings for later  use.

7.Click Authorize > Logout to stop using the current access token.

8.Type the word Bearer and your new access token to the Value field and click Authorize.
swagg_auth_4

9.The Swagger UI displays a confirmation of authorization. Click Close to close the window.
swagg_auth_5