Get a Device

Get a specified device

Returns a specified device.

/devices/get

post

Returns a specified device.

You must specify either device_id or name.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
device_idstring Β· uuidOptional

ID of the device that you want to get.

namestringOptional

Name of the device that you want to get.

Responses
200

OK

application/json
post
/devices/get

Request

Specify the desired device by including the corresponding device_id in the request body.

Request Body Parameters

Parameter
Type
Description

device_id

String Required

ID of the desired device

Sample Request

Response

Returns a device that contains the set of applicable device properties. For details, see Devices.

This response also includes a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?