access_token to authenticate API requests. Replace ************** with your actual access token.assetHardwareTags array. This can be used in subsequent requests.curl --location --request GET 'https://meterapi.glowmarkt.com/api/v0-1/head-end/asset/list?page=1&limit=10&sortBy=createdAt&sortOrder=DESC' \
--header 'Authorization: Bearer **************'{
"data": [
{
"assetId": "0192f667-a5d7-7ff8-8c65-0353407c9904",
"state": "allocated",
"organizationId": "005553619942353100",
"createdAt": "2024-11-04T13:40:18.000Z",
"assetType": {
"assetTypeId": "0192f767-9e07-7ff8-8c5e-36becf534030",
"reference": "GlowBridge-DTSD545-CT",
"hardwareTypeVersion": "GLOW-HOLLEY-P2-0v4",
"category": "comms",
"createdBy": "005553619942353100",
"createdAt": "2024-11-04T13:40:16.000Z"
},
"assetHardwareTags": [
{
"createdAt": "2024-11-04T13:40:18.017Z",
"hardwareTag": {
"name": "MeterSerialNumber",
"value": "45700402"
}
},
{
"createdAt": "2024-11-04T13:40:18.014Z",
"hardwareTag": {
"name": "MAC",
"value": "AB1234567890"
}
}
]
},
{
"assetId": "0192f767-a295-7ff8-8c62-079b5ca39d3b",
"state": "allocated",
"organizationId": "005553619942353100",
"createdAt": "2024-11-04T13:40:17.000Z",
"assetType": {
"assetTypeId": "0192f767-9df0-7ff8-8c5e-213cd9a9a1fb",
"reference": "GlowBridge-DTSD285",
"hardwareTypeVersion": "GLOW-HOLLEY-P2-0v4",
"category": "comms",
"createdBy": "005553619942353100",
"createdAt": "2024-11-04T13:40:15.000Z"
},
"assetHardwareTags": [
{
"createdAt": "2024-11-04T13:40:17.188Z",
"hardwareTag": {
"name": "IMSI",
"value": "901405107967712"
}
},
{
"createdAt": "2024-11-04T13:40:17.183Z",
"hardwareTag": {
"name": "MAC",
"value": "5542E1165100"
}
},
{
"createdAt": "2024-11-04T13:40:17.191Z",
"hardwareTag": {
"name": "MeterSerialNumber",
"value": "45700401"
}
},
{
"createdAt": "2024-11-04T13:40:17.185Z",
"hardwareTag": {
"name": "ICCID",
"value": "872211806660796665"
}
}
]
}
],
"total": 74,
"page": 1,
"limit": 10
}