# Get device breakdown

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

## `GET /analytics/devices`

**Get device breakdown**

Returns visitor counts by device type (desktop, mobile, tablet) and browser/OS.

Required permissions: `analytics.view`

### Responses

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


---