Retrieve an active license by ID
GET/products/{product_id}/installs/{install_id}/licenses/{license_id}.json
Retrieve specific license of the install when the license ID and the license key are known but the UID of the install is not known.
Retrieve the license information with product level authorization when the UID of the install is unknown.
Request
Responses
- 200
- 400
- 401
- 402
- 404
Install's licence
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.