Get gateway details about gateway name,mac rssi and is online.
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/detail?gatewayId=undefined' \
--header 'Authorization: Bearer <token>'
Responses
{
"gatewayId": 0,
"gatewayMac": "string",
"gatewayName": "string",
"gatewayVersion": 0,
"isOnline": 0,
"lockNum": 0,
"networkName": "string"
}
Modified at 2026-07-24 09:11:49