---
title: "Simulate Device Connection"
method: POST
path: "/devices/simulate/connect"
tags: ["/devices"]
---

# Simulate Device Connection

`POST /devices/simulate/connect`

Simulates connecting a device to Seam. Only applicable for [sandbox devices](/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).

## Request body

- object
  - `device_id` string, uuid, required — ID of the device that you want to simulate connecting to Seam.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
