ESET Online Help

Search
Select the category
Select the topic

Working with Swagger UI

Log in

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 select password.
Swagger_oauth_11

5.Fill in the username and password fields.

6.Click Execute to send the call.
Swagger_oauth_12

 

Save the authentication token

1.After the call is executed, you will receive a response that contains an access token. You will need to use this access token to communicate with the server. Copy the access token to the clipboard.
Swagger_auth_3

2.Navigate to an API you want to use and click Authorize at the top of the page.

3.Type "Bearer" and paste the access token string to the Value field and click Authorize.
swagg_auth_4

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