ESET Online Help

Search
Select the topic

Get

Call description

This request gets you a new access token and refresh token. The access token is a temporary identification key which is included in every authorized call.

Request URL: https://mspapi.eset.com/api/Token/Get

This request is a POST call type.

Call structure

{
  "username": "string",
  "password": "string"
}

Call parameters

Parameter

Description

username

User name for your ESET MSP Administrator 2 account.

password

Password matching your username.

Response structure

The response contains data in the JSON format.

The response contains your new accessToken and the refreshToken.

hmtoggle_plus0Example response

Troubleshooting

ESET MSP Administrator 2 API uses standardized error codes. If you are getting errors or unexpected responses, see the Troubleshooting API for common problems and the list of error codes.

List of error codes