Check
Call description
This call checks if provided authorization token is valid.
•This API call requires authorization; the user has to be logged in.
•Request URL: https://mspapi.eset.com/api/Token/Check
•This request is a POST call type.
Call structure
{
"accessToken": "string"
}
Call parameters
Parameter |
Description |
---|---|
accessToken |
Enter the accessToken you want to check. |
Response structure
The response contains data in the JSON format.
Possible response values are:
•true
•false
If the token is not valid, you can renew it or get a new one.
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.