M48 API 开发文档
tip
点击如下链接,可直接进行api调用 https://s.apifox.cn/1ad43eac-ee78-4bb3-b532-67818f536b14
API的鉴权
- HTTP Authentication, scheme: bearer
-
API Key (Access-Id)
- Parameter Name: Access-Id, in: header.
-
API Key (Access-Secret)
- Parameter Name: Access-Secret, in: header.
MYT BMC
GET 获取设备类型
GET /type
返回示例
200 Response
{
"code": 200,
"msg": "success",
"time": 1766982723799,
"data": {
"type": "m48"
}
}
返回结果
| 状态码 |
|---|