Get the list of gateways to which the lock is connected
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/listByLock?lockId=undefined' \
--header 'Authorization: Bearer <token>'
Responses
{
"list": [
{
"gatewayId": 0,
"gatewayMac": "string",
"gatewayName": "string",
"rssi": 0,
"rssiUpdateDate": 0
}
]
}
Modified at 2026-07-24 09:11:57