Last Updated on : 2023-06-20 15:20:46download
Generate a value of authKey
for Bluetooth device pairing.
POST: /v1.0/iot-03/device-registration/single-bluetooth/auth-key
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uuid | String | true | The device UUID. | |
asset_id | String | true | The asset ID. |
Parameter name | Type | Description |
---|---|---|
result | DeviceAuthKeyRes |
Description of result
Parameter name | Type | Description |
---|---|---|
random | String | The random number of pairing. |
auth_key | String | The value of authKey for pairing. |
POST: /v1.0/iot-03/device-registration/single-bluetooth/auth-key
{
"uuid": "002008535ccf7f53****",
"asset_id": "1373903144639082***"
}
{ "result": { "random": fa2fxxxxxxxxcb38c "auth_key": "******" }, "success": true, "t": 1591257455025 }
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback