Retrieve device information for a list of devices on an account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
application/json
Request device list information.
TypeScript Definitions
Use the request body type in TypeScript.
Device IMEI list.
application/json
application/json
curl -X POST "https://example.com/devices/0000123456-00001" \ -H "Content-Type: application/json" \ -d '{ "deviceList": [ "15-digit IMEI" ] }'{ "accountName": "0000123456-00001", "deviceCount": 1, "deviceList": [ { "deviceId": "15-digit IMEI", "mdn": "10-digit MDN", "model": "GM01Q", "make": "SEQUANS COMMUNICATIONS", "firmware": "SR1.2.0.0-10657", "fotaEligible": "true", "licenseAssigned": true, "status": "Active", "protocol": "LWM2M", "createTime": "2021-06-03 00:03:56.079 +0000 UTC", "statusTime": "2021-06-03 00:03:56.079 +0000 UTC", "refreshTime": "2021-06-03 00:03:56.079 +0000 UTC", "lastConnectionTime": "2012-04-23T18:25:43.511Z" } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}Device IMEI list.