Cabinet Api For Bestwond
  1. How to Get Box Door Status
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. How to Get Box Door Status

Get device box door open status

POST
/api/iot/device/box/status/
Send device info for get box door open or close status : https://api.bestwond.com/api/iot/device/box/status/

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
timestamps
string 
required
Timestamps
lock_address
string 
required
Lock Address
Example
{
    "device_number": "2100013075",
    "timestamps": 6544215251125,
    "app_id": "bw_de2767d821f911e",
    "lock_address": "0101"
}

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/device/box/status/?sign' \
--header 'Content-Type: application/json' \
--data-raw '{
    "device_number": "2100013075",
    "timestamps": 6544215251125,
    "app_id": "bw_de2767d821f911e",
    "lock_address": "0101"
}'

Responses

🟢200成功
application/json
Body
code
string 
required
0 Indicates successful API call
data
object 
required
Data
app_id
string 
required
App Id
device_number
string 
required
Device Id
lock_address
string 
required
Lock Address
timestamps
string 
required
Time stamp
status
string 
required
0 indicates successful sending to the device
sign
string 
required
sign
msg
string 
optional
Message
Example
{
    "code": "string",
    "data": {
        "app_id": "string",
        "device_number": "string",
        "lock_address": "string",
        "timestamps": "string",
        "status": "string",
        "sign": "string"
    },
    "msg": "string"
}
Modified at 2023-08-14 00:55:40
Previous
Set api for get box door open status
Next
Set orders that can be saved in
Built with