Devices

This endpoint allows you to fetch data about the Devices of your Team Members.

Fetch All Devices

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
Responseobject
get
/api/v1/devices
200

OK

Fetch Device by its ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
systemIdstringRequired

ID of system

Responses
200

OK

application/json
Responseobject
get
/api/v1/device/{deviceId}

Update Device by its ID

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"is_blocked":true}
Responses
200

OK

application/json
Responseobject
put
/api/v1/device/{deviceId}

Remove Device by its ID

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
delete
/api/v1/device/{deviceId}

No content

Last updated

Was this helpful?