Each customer may have a maximum of 20 devices enabled for logging.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
*/*
Device logging information.
TypeScript Definitions
Use the request body type in TypeScript.
Device logging information.
application/json
application/json
curl -X PUT "https://example.com/logging/0000123456-00001/devices" \ -H "Content-Type: */*" \ -d '<deviceIds>990013907835573</deviceIds> <deviceIds>991124018926684</deviceIds> <deviceIds>992234129057795</deviceIds> <deviceIds>998891785613351</deviceIds> <deviceIds>990013907835573</deviceIds>'[ { "deviceId": "990013907835573", "expiryDate": "2020-10-19" }, { "deviceId": "991124018926684", "expiryDate": "2020-10-19" }, { "deviceId": "992234129057795", "expiryDate": "2020-10-23" }, { "deviceId": "998891785613351", "expiryDate": "2020-10-23" }, { "deviceId": "990013907835573", "expiryDate": "2020-10-23" }]{ "errorCode": "error code string", "errorMessage": "error message string"}List of device IMEI identifiers.