Skip to Content
edgebootDevicesOutletsGet device outlet

Get device outlet

GET/api/v1/integrations/devices/{serial_number}/outlets/{number}Outlets

Returns one outlet by outlet number.

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

Path parameters

ParameterTypeRequiredDescription
serial_numberstringYesDevice serial number.
numberintegerYesOutlet number on the device.

Responses

HTTPDescription
200Outlet object in `data` (`success`, `data`, `request_id`).
401Unauthorized — invalid or missing Bearer token.
404Device not found, or outlet not found (text like `Outlet {number} not found`).

Success payload (200)

Example

Last updated on