Unsuspend
Call description
This request restores (unsuspends) the license for the given public license key. You need to have write access for the customer. You can only unsuspend the license of your direct customer.
•This API call requires authorization; the user has to be logged in.
•Request URL: https://mspapi.eset.com/api/License/Unsuspend
•This request is a POST call type.
Call structure
{
"publicLicenseKey": "string"
}
Call parameters
Parameter |
Description |
---|---|
publicLicenseKey |
Public License ID number in the following format XXX-XXX-XXX. Mandatory input parameter. A proper value must be set. |
Response structure
A successful call returns an empty JSON 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.