Retrieve trial activations by time

Retrieve trial activations as time series data.

GET/v3/analytics/trial-activations
JWT
analytics:read

Parameters

NameTypeInDescription
productIdobjectqueryUnique identifier for the product.
startDatestringqueryStart date to get the trial activations from.
endDatestringqueryEnd date to get the trial activations to.

Responses

200 OK
[
  {
    "activations": 0,
    "activatedAt": "2019-08-24T14:15:22Z"
  }
]