Get a signed package download URL
GET/licenses/:licenseKey/download
Returns a short-lived signed URL for downloading the requested product
package version. The url expires at expiresAt; request a fresh one
once it lapses.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Signed download URL.
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