Skip to main content
POST
/
devices
/
simulate
/
connect
await seam.devices.simulate.connect({ device_id: "5d703d4f-523f-42af-9439-618415ca651f", }); /* // void */
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

ID of the device that you want to simulate connecting to Seam.

Response

OK

ok
boolean
required