The endpoint allows user to list license usage.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Last seen device identifier.
application/json
application/json
curl -X GET "https://example.com/licenses/0000123456-00001?lastSeenDeviceId=0"{ "accountName": "0000123456-00001", "assignedLicenses": 4319, "hasMoreData": true, "lastSeenDeviceId": "1000", "maxPageSize": 1000, "deviceList": [ { "deviceId": "15-digit IMEI", "assignmentTime": "2017-11-29 20:15:42.738 +0000 UTC" }, { "deviceId": "15-digit IMEI", "assignmentTime": "2017-11-29 20:15:42.738 +0000 UTC" } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}