await seam.devices.simulate.connect({
device_id: "5d703d4f-523f-42af-9439-618415ca651f",
});
/*
// void
*/
{}Simulations
Simulate Device Connection
Simulates connecting a device to Seam. Only applicable for sandbox devices. See also Testing Your App Against Device Disconnection and Removal.
POST
/
devices
/
simulate
/
connect
await seam.devices.simulate.connect({
device_id: "5d703d4f-523f-42af-9439-618415ca651f",
});
/*
// void
*/
{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspaceclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the device that you want to simulate connecting to Seam.
Response
OK
The response is of type object.
Was this page helpful?