cURL
curl --request GET \ --url https://api.cyberdesk.io/v1/computer/{machine_id}/input/mouse/position \ --header 'Authorization: Bearer <token>'
{ "x": 123, "y": 123 }
Get the current mouse cursor position.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object
Was this page helpful?