Leap0

Get pointer position

Get the current mouse pointer coordinates.

GET/api/input/position

Get the current mouse pointer coordinates.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token.

In: header

Response Body

application/json

curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/api/input/position"
{  "x": 720,  "y": 450}