---
title: "通过 WebSocket 加入终端"
method: GET
path: "/api/v1/users/hosts/vms/terminals/join"
tags: ["【用户】终端连接管理"]
---

# 通过 WebSocket 加入终端

`GET /api/v1/users/hosts/vms/terminals/join`

通过 WebSocket 加入终端

## Query parameters

- `col` integer
- `password` string
- `row` integer
- `terminal_id` string

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainShareTerminalResp
    - `password` string
  - `message` string

## Other responses

- `400` — 请求参数错误
- `401` — 未授权

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/revisions/5a5929cb17f2/schema)
