Get screen resolution
Get the current virtual screen resolution.
GET
/api/display/screenGet the current virtual screen resolution.
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/display/screen"{ "display": ":0", "width": 1440, "height": 900}
