Download a deployment
GET/products/{product_id}/tags/{tag_id}.zip
Download a specific deployed version of the product. This is for WordPress products only (including plugins, themes, templates and widgets). It outputs the zip file of the deployed version.
You can download both the premium and the free version of the deployment using the
is_premiumflag. This will help you setup automation to deploy Freemius generated free version to WordPress.org repository.
Request
Responses
- 200
- 400
- 401
- 402
- 404
The zip file of the deployed version.
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.