Licenses

Check if an account has activated a trial for a specific product

Check whether a Pollination account has previously activated a trial license for a given product (Rhino or Revit plugin).

get/licenses/trial-status

Query parameters

accountstring required

The username of the account to check

The username of the account to check

product'rhino_plugin' | 'revit_plugin' required

An enumeration.

The product to check (rhino_plugin or revit_plugin)

Response

Successful Response

did_trialboolean required

Whether the account has previously activated a trial

account_idstring uuid required

The ID of the account

productstring required

The product for which trial status is being checked

trial_activated_atstring

The timestamp when the trial was first activated (if did_trial is true)

Changes