Get box status api: User API
Developing
The user system is used to receive the box door status API [please provide it by imitating this API]
Request
Body Params application/json
Lock 1: 1 door closed, 0 door open.
Lock 2: 0 door closed, 1 door open.
Please check which type of lock you have
{
"device_id": "2000012297",
"lock_address": "0101",
"lock_status": 1
}
Request samples
curl --location --request POST 'https://api.bestwond.com/api/iot/device/callback/for/box/status/' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "2000012297",
"lock_address": "0101",
"lock_status": 1
}'
Responses
application/json Modified at 2023-07-20 00:56:31