Get
Call description
TermsOfUse call returns information about all Terms of Use (ToU) for services available via ESET MSP Administrator 2 API. The returned list is not a list of available ToU for your company. You can use the ID from the response to get more details and accept the Terms of Use.
•This API call requires authorization; the user has to be logged in.
•Request URL: https://mspapi.eset.com/api/TermsOfUse/Get
•No parameter is needed.
•This request is a GET call type.
Response structure
The response contains data in the JSON format.
If a user does not have permissions to accept any Terms of Use:
{
"termsOfUse": []
}
If a user does have permissions to accept any Terms of Use:
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.