Skip to main content

Check product status

GET 

https://api.freemius.com/v1/products/{product_id}/is_active.json

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.

Check if the product is active.

Request

Path Parameters

    product_id integer<int64>required

    The ID of the product.

    Possible values: >= 1

    Example: 1234

Query Parameters

    is_update boolean
    Default value: false

    You can use this flag in conjunction with the Moderation Setting of your product.

    In case you want to limit the activation of your product to new instances only (say after migrating to Freemius) you can check the relevant settings from the Developer Dashboard and from your product make an API request like below:

    • If your product is already active in some device before joining Freemius - Set value to true.
    • Otherwise set value to false.

    This will also work with any “Activation limitation” you have put in your Moderation settings.

Responses

Product status.

Schema
is_activeboolean

The product status.

timestampinteger<int64>

The timestamp when the product status was done.

Example: 1742454772
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