List all trials
GET/products/{product_id}/trials.json
List the trial collection associated with the product.
To support trials, configure your product to offer trial and then users can use the Freemius Checkout to start a trial.
You will need to pass trial=paid or trial=free to the Checkout's paramters to start a trial.
Request
Responses
- 200
- 400
- 401
- 402
- 404
Trial collection.
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 request is missing the specified argument.
The requested resource was not found.