Get the lock list of the gateway connection
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST '/v3/gateway/listLock?gatewayId=undefined' \
--header 'Authorization: Bearer <token>'
Responses
{
"list": [
{
"lockAlias": "string",
"lockId": 0,
"lockMac": "string",
"lockName": "string",
"updateDate": 0
}
]
}
Modified at 2026-07-24 09:12:07