GET
/
v1
/
computer
/
{machine_id}
/
display
/
dimensions
Get display dimensions
curl --request GET \
  --url https://api.cyberdesk.io/v1/computer/{machine_id}/display/dimensions \
  --header 'Authorization: Bearer <token>'
{
  "width": 123,
  "height": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

machine_id
string
required

Response

200
application/json

Successful Response

The response is of type object.