Preview Sandbox
Takes a screenshot and gets cursor position of the sandbox.
Takes a screenshot and gets cursor position of the sandbox.
Path Parameters
sandboxId*string
orgId*string
The organization ID
Response Body
application/json
curl -X POST "https://loading/api/orgs/string/sandboxes/string/preview"{
"screenShot": "http://example.com",
"cursorPosition": {
"x": 0,
"y": 0,
"screenWidth": 0,
"screenHeight": 0,
"screenIndex": 0
},
"actionResult": null
}