GET
/
api
/
mouse
/
position
curl --request GET \
  --url http://localhost:4242/{computer_name}/api/mouse/position
{
  "x": 500,
  "y": 300
}

Query Parameters

display_num
integer
default:1

Response

200
application/json
Successfully retrieved cursor position
{key}
integer