Authorization: ********************{
"customerId": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/device/shadow/customer' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string"
}'{
"code": 0,
"data": [
{
"deviceData": {
"deviceName": "",
"deviceId": "",
"deviceTime": "",
"address": "",
"speed": 0.0,
"course": 0,
"acc": 0,
"lat": 0.0,
"lon": 0.0,
"num": 0,
"signal": 0,
"quantity": 0,
"voltage": 0.0,
"elec": 0,
"type": 0,
"voltageLevel": 0,
"rssi": 0,
"disarmingStatus": 0,
"chargeStatus": 0,
"blockedStatus": 0,
"odometer": 0.0,
"accUpdateTime": ""
},
"expand": {
"status": false,
"activeTime": "",
"reportTime": ""
}
}
],
"msg": ""
}