---
title: "Get the unique number of visitors for an environment by environment ID"
method: GET
path: "/environments/{environmentId}/statistics/visitors"
tags: ["Environments"]
---

# Get the unique number of visitors for an environment by environment ID

`GET /environments/{environmentId}/statistics/visitors`

## Path parameters

- `environmentId` string, required

## Response `200`

Environment Unique Visitor Count Response

- EnvironmentVisitorsResponse
  - `users` object
    - `count` integer
    - `uniquePastMonth` integer
  - `visitors` object
    - `count` integer
    - `uniquePastMonth` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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