---
title: "Check if an account has activated a trial for a specific product"
method: GET
path: "/licenses/trial-status"
tags: ["Licenses"]
---

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

`GET /licenses/trial-status`

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

## Query parameters

- `account` string, required — The username of the account to check
- `product` 'rhino_plugin' | 'revit_plugin', required — An enumeration.

## Response `200`

Successful Response

- TrialStatusResponse — Response showing whether an account has activated a trial for a specific product
  - `did_trial` boolean, required — Whether the account has previously activated a trial
  - `account_id` string, uuid, required — The ID of the account
  - `product` string, required — The product for which trial status is being checked
  - `trial_activated_at` string — The timestamp when the trial was first activated (if did_trial is true)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
