# Get click heatmap data

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

## `GET /analytics/heatmap`

**Get click heatmap data**

Returns click coordinates and element click counts for a specific
page. Use to generate visual heatmap overlays.

Required permissions: `analytics.view`

### Responses

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


> **Notes:** - Requires `path` query parameter to specify the page.

---