# Installations

Installations track where your product is currently active.

This is crucial for monitoring usage, enforcing license limits, and understanding your user base across different platforms and environments.

## See Also[​](#see-also "Direct link to See Also")

* [App Distributions](https://freemius.com/help/help/documentation/saas/custom-download-links/.md): Manage how App product customers download your product.
* [License Activations](https://freemius.com/help/help/documentation/users-account-management/activations/.md): Learn how to manage and monitor product activations across different devices and platforms.
* [License Security](https://freemius.com/help/help/documentation/users-account-management/license-security/.md): Prevent unauthorized use of licenses.

For WordPress Products:

* [Distribution](https://freemius.com/help/help/documentation/release-management/distribution/.md): Distribute your product releases effectively.
* [Version Deployment](https://freemius.com/help/help/documentation/release-management/deployment/.md): Manage the deployment of different versions of your product to ensure users have access to the latest features and fixes.
* [Staged Rollouts](https://freemius.com/help/help/documentation/release-management/staged-rollouts/.md): Gradually release new versions of your product to a subset of users to minimize risk and gather feedback.
* [Incremental Updates](https://freemius.com/help/help/documentation/release-management/incremental-update/.md): Control the flow of the update process for customers to first update to that version before they can update to any subsequent versions.
* [Product Downloads](https://freemius.com/help/help/documentation/users-account-management/downloads/.md): How customers can access and manage product downloads and updates.

## API Operations[​](#api-operations "Direct link to API Operations")

This section explains operations related to the installation of a product.

<!-- -->

[GETRetrieve an install/products/{product\_id}/installs/{install\_id}.json](https://freemius.com/help/help/api/installations/retrieve-install/.md)[GETList all installs/products/{product\_id}/installs.json](https://freemius.com/help/help/api/installations/list-installs/.md)[PUTUpdate an install/products/{product\_id}/installs/{install\_id}.json](https://freemius.com/help/help/api/installations/update-install/.md)[DELETEDelete an install/products/{product\_id}/installs/{install\_id}.json](https://freemius.com/help/help/api/installations/delete-install/.md)[GETRetrieve an active license by UID/products/{product\_id}/installs/{install\_id}/license.json](https://freemius.com/help/help/api/installations/retrieve-active-license-by-uid/.md)[GETRetrieve an active license by ID/products/{product\_id}/installs/{install\_id}/licenses/{license\_id}.json](https://freemius.com/help/help/api/installations/retrieve-active-license-by-id/.md)[GETList all active licenses/products/{product\_id}/installs/{install\_id}/licenses.json](https://freemius.com/help/help/api/installations/list-active-licenses/.md)[PUTActivate a license/products/{product\_id}/installs/{install\_id}/licenses/{license\_id}.json](https://freemius.com/help/help/api/installations/activate-license/.md)[DELETEDeactivate a license/products/{product\_id}/installs/{install\_id}/licenses/{license\_id}.json](https://freemius.com/help/help/api/installations/deactivate-license/.md)[POSTCreate a new license/products/{product\_id}/installs/{install\_id}/plans/{plan\_id}/pricing/{pricing\_id}/licenses.json](https://freemius.com/help/help/api/installations/create-new-license/.md)[POSTStart a trial/products/{product\_id}/installs/{install\_id}/plans/{plan\_id}/trials.json](https://freemius.com/help/help/api/installations/start-trial/.md)[DELETECancel a trial/products/{product\_id}/installs/{install\_id}/trials.json](https://freemius.com/help/help/api/installations/cancel-trial/.md)[GETRetrieve a plan/products/{product\_id}/installs/{install\_id}/plans/{plan\_id}.json](https://freemius.com/help/help/api/installations/retrieve-plan/.md)[GETList all plans/products/{product\_id}/installs/{install\_id}/plans.json](https://freemius.com/help/help/api/installations/list-plans/.md)[GETList all plan's features for Addon/products/{product\_id}/installs/{install\_id}/addons/{addon\_id}/plans/{plan\_id}/features.json](https://freemius.com/help/help/api/installations/list-plans-features-for-addon/.md)[PUTDowngrade to the default plan/products/{product\_id}/installs/{install\_id}/downgrade.json](https://freemius.com/help/help/api/installations/downgrade-default-plan/.md)[PUTUpdate permissions/products/{product\_id}/installs/{install\_id}/permissions.json](https://freemius.com/help/help/api/installations/update-permissions/.md)[GETList all payments/products/{product\_id}/installs/{install\_id}/payments.json](https://freemius.com/help/help/api/installations/list-payments/.md)[GETList all events/products/{product\_id}/installs/{install\_id}/events.json](https://freemius.com/help/help/api/installations/list-events/.md)[GETList all market items/products/{product\_id}/installs/{install\_id}/market\_items.json](https://freemius.com/help/help/api/installations/list-market-items/.md)[GETRetrieve installs count/products/{product\_id}/installs/count.json](https://freemius.com/help/help/api/installations/retrieve-installs-count/.md)[GETRetrieve uninstall details/products/{product\_id}/installs/{install\_id}/uninstall.json](https://freemius.com/help/help/api/installations/retrieve-uninstall-details/.md)[GETList all updates/products/{product\_id}/installs/{install\_id}/updates.json](https://freemius.com/help/help/api/installations/list-updates/.md)[GETRetrieve the latest update/products/{product\_id}/installs/{install\_id}/updates/latest.json](https://freemius.com/help/help/api/installations/retrieve-latest-update/.md)
