List all market items
GET/products/{product_id}/installs/{install_id}/market_items.json
Retrieves all market items associated with an Install entity.
Market items are other products (not necessarily powered by Freemius) that are installed in the same site as the Freemius powered product.
It is only after the user chooses to opt-in that such data is collected and sent to Freemius. Right now we only support WordPress products i.e. plugins and themes.
Request
Responses
- 200
- 400
- 401
- 404
All market items associated with the install.
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 requested resource was not found.