# Get high-level integration stats

**GET /v1/stats**



## Servers
- https://api.isnotai.com
- https://api-eu.isnotai.com

## Authentication methods
- bearer_auth


## Responses
### 200
Payload of StatsResponse

Response body (application/json):
- **data** (object)
  - **totalSessions** (integer(int32))
  - **activeSessions** (integer(int32))
  - **botsDetected** (integer(int32))
  - **sessionsToday** (integer(int32))
  - **userMatchedSessions** (integer(int32))
  - **averageBotScore** (number(double))
  - **lastSessionTime** (string(date-time))

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

