# Get sessions heatmap

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

## `GET /analytics/sessions/heatmap`

**Get sessions heatmap**

Returns session frequency by day of week and hour of day. Useful
for visualizing when your site gets the most traffic.

Required permissions: `analytics.view`

### Responses

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


---