# Get real-time visitors

**Publié le** : 2026-05-08
**Catégorie** : SEO & Analytics

## `GET /analytics/realtime`

**Get real-time visitors**

Returns the number of active visitors and which pages they are
currently viewing. Active = had an event in the last 5 minutes.

Required permissions: `analytics.view`

### Responses

| Status | Description |
| --- | --- |
| `200` | Successful response |
| `401` | Unauthorized — invalid or missing API token |
| `403` | Forbidden — insufficient permissions |


---