Check for product updates
GET/licenses/:licenseKey/updates
Returns the latest available version for a product and whether an update is available relative to the installed version, including a changelog.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Update information for the product.
The request was malformed or missing required parameters.
The vendor API key is missing or invalid.
The license is not permitted to perform this operation. The code
distinguishes the cause: license_invalid, expired, or
domain_not_activated.
The license or resource does not exist.
Too many requests. Back off and retry later.
Response Headers
Retry-After
Seconds to wait before retrying.
Example:
30