---
title: "Retrieve trial activations by geo-location"
method: GET
path: "/v3/analytics/trial-activations/geo-location"
tags: ["Analytics"]
---

# Retrieve trial activations by geo-location

`GET /v3/analytics/trial-activations/geo-location`

Retrieve trial activations by geo-location.

## Query parameters

- `productId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

OK

- ActivationsByCountryDto[]
  - `activations` integer, required
  - `countryCode` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/versions/ec1259c12475/schema)
