List device outlets
GET
/api/v1/integrations/devices/{serial_number}/outletsOutletsReturns all outlets for a device.
Authentication
Bearer access token (Okta)Content-Type
application/jsonPath parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
serial_number | string | Yes | Device serial number. |
Responses
| HTTP | Description |
|---|---|
| 200 | Array of outlets in `data` (`success`, `data`, `request_id`). |
| 401 | Unauthorized — invalid or missing Bearer token. |
| 404 | Device not found (or account not resolved from token). |
Success payload (200)
Example
Last updated on