Skip to main content

Download a deployment

GET 

https://api.freemius.com/v1/products/{product_id}/tags/{tag_id}.zip

Auth:Bearer TokenSCOPE: PRODUCT

Product-scoped API tokens allow you to operate on the product itself. This token usually allows read-only access to the product configuration and write access to several operations on subscriptions, customers, payments, and more. For most SaaS or app integrations, this is the token you will need.

  1. Go to the Freemius Developer Dashboard.
  2. Open the Settings page of the relevant product.
  3. Click the API & Keys tab.
  4. Copy the API Bearer Authorization Token from the UI.

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_premium flag. This will help you setup automation to deploy Freemius generated free version to WordPress.org repository.

Request

Path Parameters

    product_id integer<int64>required

    The ID of the product.

    Possible values: >= 1

    Example: 1234
    tag_id integer<int64>required

    The ID of the product version.

    Possible values: >= 1

    Example: 1234

Query Parameters

    is_premium boolean
    Default value: true

    (Optional) Whether to retrieve a premium version of the product or not. For WordPress products (plugins and themes) only.

Responses

The zip file of the deployed version.

Schema
No schema
We use essential cookies to enable our site to function. With your consent, we also use analytics and advertising cookies to understand how visitors interact with our site and to improve our services.
Learn More