Device events
GET
/api/v1/integrations/devices/{serial_number}/eventsDevicesReturns paginated events for a specific device. Account access is resolved from the Bearer token and scoped to that account.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
serial_number | string | Yes | Device serial number. |
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page | integer | No | Page number (default 1). |
per_page | integer | No | Page size, 1-100 (default 20). |
Responses
| HTTP | Description |
|---|---|
| 200 | Paginated events in `data`, plus `page`, `pages`, `total`, `request_id`. |
| 401 | Unauthorized - invalid or missing Bearer token. |
| 404 | Account or device not found. |
Response payload
Success response (200)
Example
Last updated on