---
title: "绑定"
method: POST
path: "/api/v1/things/device/info/bind"
tags: ["things/device/info", "thingsDeviceInfo"]
---

# 绑定

`POST /api/v1/things/device/info/bind`

## Request body

- DeviceInfoBindReq
  - `areaID` string
  - `device` DeviceCore, required
    - `deviceName` string, required — 设备名称
    - `productID` string, required — 产品ID
    - `productName` string
  - `expand` object — 拓展字段
  - `token` string — 配网token,中绑定需要

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string

---

[API](https://skmtc.net/unitedrhino/apis/things-api.md) · [All operations](https://skmtc.net/unitedrhino/apis/things-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unitedrhino/things-api/versions/f3bdeb916389/schema)
