Skip to main content
GET
Resolve a Device to its owner and type

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID of the user's organization

device_id
string<uuid>
required

The device ID to resolve

Response

200 - application/json

OK

Thin resolver payload: enough to follow the nested per-type detail route (/org/{o}/users/{owner_id}/<type>/{device_id}) knowing only the device uuid. device_type is the DeviceType short_name (ev, inv, wb, hp_atw, hp_wtw, ...), null for a device with no device_model.

owner_id
string<uuid>
required
device_type
string | null