Skip to Content
edgebootDevicesOutletsList device outlets

List device outlets

GET/api/v1/integrations/devices/{serial_number}/outletsOutlets

Returns all outlets for a device.

Authentication
Bearer access token (Okta)
Content-Type
application/json

Path parameters

ParameterTypeRequiredDescription
serial_numberstringYesDevice serial number.

Responses

HTTPDescription
200Array of outlets in `data` (`success`, `data`, `request_id`).
401Unauthorized — invalid or missing Bearer token.
404Device not found (or account not resolved from token).

Success payload (200)

Example

Last updated on