Skip to main content
POST
/
core
/
devices
/
{device_id}
/
virtual
/
start
Start virtual device simulation
curl --request POST \
  --url https://acusight.io/api/core/devices/{device_id}/virtual/start \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

device_id
string
required

Device ID

Response

Simulation started

The response is of type object.