Cabinet Api For Bestwond
  1. Cabinet Released Api
Cabinet Api For Bestwond
  • Cabinet Released Api
    • Open device box
      POST
    • Screen display settings
      POST
    • Get device status
      POST
    • Get device box list
      POST
    • Get device list
      POST
    • Get device box log
      POST
  • How to Get Box Door Status
    • User API
      • Get box status api: User API
    • Set api for get box door open status
      POST
    • Get device box door open status
      POST
  • Save And Take By Bw
    • Set orders that can be saved in
      POST
    • Get device box doors that can be stored
      POST
    • Get device box used info
      POST
    • Express storage and retrieval API
      POST
    • Get device box save order info
      POST
    • Set Express storage and retrieval Webhook
      POST
    • Delete Order
      POST
    • Delete Order By Order No
      POST
  1. Cabinet Released Api

Screen display settings

POST
/api/iot/send/device/basic/info/
API
Screen display settings API:https://api.bestwond.com/api/iot/send/device/basic/info/,
Basic settings of the screen program homepage interface, If screen app use bestwond's app, you can use this api.

Request

Query Params
sign
string 
required
Obtained through signature
Body Params application/json
app_id
string 
required
App Id
device_number
string 
required
Device Id
qr
string 
required
Qr code address
device_address
string 
required
Device adderss
app_kf_mobile
string 
required
Help phone
timestamps
integer 
required
time stamp
>= 10000001<= 20000001
Default:
10000001
Example
{
    "device_number": "2100013075",
    "device_address": "Bestwond",
    "app_kf_mobile": "18132641434",
    "timestamps": 16204145,
    "app_id": "bw_de2767d821f911e",
    "qr": "https://***.bestwond.com/devcie/2000012297"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.bestwond.com/api/iot/send/device/basic/info/?sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "device_number": "2100013075",
    "device_address": "Bestwond",
    "app_kf_mobile": "18132641434",
    "timestamps": 16204145,
    "app_id": "bw_de2767d821f911e",
    "qr": "https://***.bestwond.com/devcie/2000012297"
}'

Responses

🟢200OK
application/json
Body
code
integer 
required
0 indicates success
msg
string 
required
Message
data
object 
required
Data
app_id
string 
required
APP Id
device_number
string 
required
Device Id
timestamps
integer 
required
time stamp
status
string 
required
Status: success | fail
msg
string 
required
ok or other info
sign
string 
required
sign
Example
{
  "code": 0, 
  "msg": "Operation successful", 
  "data": {
    "app_id": "bw_de2767d821f911e", 
    "device_number": "2000012297", 
    "timestamps": 1689665135, 
    "status": "success", 
    "msg": "ok", 
    "sign": "e140aaea51549f32524543bd8fd399313ea64a1f65239876997b7e8b0f0a6e0c6232ce1ca5585bb0681bfc12e1dacdf075d30848d9bfd60e19a8d7c847b8cb8d"
  }, 
  "des": ""
}
Modified at 2023-08-14 00:55:07
Previous
Open device box
Next
Get device status
Built with