Skip to Content
edgebootDevicesGet Devices

Get Devices

GET/api/v1/integrations/devicesDevices

Returns a paginated list of devices for the account resolved from the access token. If the account cannot be resolved, the API returns 404 with success: false and text "Device not found".

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

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes

Query parameters

ParameterTypeRequiredDescription
pageintegerNoPage number (default 1).
per_pageintegerNoPage size (default 20).

Responses

HTTPDescription
200Paginated device list (`success`, `data`, `page`, `pages`, `total`, `request_id`).
401Unauthorized — invalid or missing Bearer token.
404Account could not be resolved from the token (`success: false`, text e.g. `"Device not found"`).
500Server error while loading devices.

Example

Last updated on