Retrieve uninstall details
GEThttps://api.freemius.com/v1/products/{product_id}/installs/{install_id}/uninstall.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.
- Go to the Freemius Developer Dashboard.
- Open the Settings page of the relevant product.
- Click the API & Keys tab.
- Copy the API Bearer Authorization Token from the UI.
Retrieve the details of an install where the product has been uninstalled.
Request
Path Parameters
Query Parameters
Responses
- 200
- 400
- 401
- 404
The uninstall details.
Schema
reason_idinteger
Uninstall reason. Possible values:
1- No longer needed2- Found a better alternative3- Only needed for short period4- Broke the website5- Suddenly stopped working6- Cannot continue paying7- Other8- Didn't work after installation9- User doesn't like to share data10- Didn't understand how it works11- Missing specific feature12- Didn't work13- Expected something else14- Expected to work differently15- Temporary deactivation
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Schema
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
Schema
The requested resource was not found.