v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
trials

Get trial data for a client and product

Retrieve trial data for a specific client and product. If the client does not have a trial, return the base trial data for the product.

get/billing/org/v1/trials/start-trial-data

Query parameters

client_idinteger required

ID of the client for whom to retrieve trial data.

product_idinteger required

ID of the product for which to retrieve trial data.

Response

Request successful.

idinteger required
client_idinteger required

ID of the client associated with the trial.

days_limitinteger required

The number of days for which the trial is valid.

created_atstring date-time required

The date and time when the trial was created.

remaining_durationinteger required

Remaining duration of the trial period in seconds. This is calculated as the difference between the end date of the trial and the current time. If the trial has not started or has ended, this field will be null.

is_trial_skippedstring required

Indicates if the trial is skipped.