Login and Retrieve Access Token#
You can log in through the Login API:After a successful login, you will receive an Access Token.⚠️ Important: Always include the following headers in your HTTP requests:
Bind Device to MQTT Topic#
Once you’ve logged in, you can bind your device to your account using the Bind Device API:1.
Copy your Access Token and add it to the Header parameters.
2.
Provide the productSn and checkCode fields in the JSON body.
After the API call is successfully executed, you will begin receiving events from the specified device SN via MQTT.Modified at 2025-10-30 08:11:34