Retrieve activations by geo-location

Retrieve activations by geo-location.

GET/v3/analytics/activations/geo-location
JWT
analytics:read

Parameters

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

Responses

200 OK
[
  {
    "activations": 0,
    "countryCode": "string"
  }
]