Get display info
Query the current display name and resolution.
GET
/api/displayQuery the current display name and 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"{ "display": ":0", "width": 1440, "height": 900}
