Returns a list of all 4G devices with an ICCID (SIM) that was not activated with the expected IMEI (hardware) during a specified time frame.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request to list devices with mismatched IMEIs and ICCIDs.
TypeScript Definitions
Use the request body type in TypeScript.
Request to list of all 4G devices with an ICCID (SIM) that was not activated with the expected IMEI (hardware) during a specified time frame.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/actions/list/imeiiccidmismatch" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0342077109-00001", "devices": [ { "deviceIds": [ { "kind": "ICCID", "id": "8914800000080078" }, { "kind": "MDN", "id": "5096300587" } ] } ], "filter": { "earliest": "2020-05-01T15:00:00-08:00Z", "latest": "2020-07-30T15:00:00-08:00Z" } }'{ "devices": [ { "accountName": "0212398765-00001", "mdn": "5096300587", "activationDate": "2011-01-21T10:55:27-08:00", "iccid": "89148000000800784259", "preImei": "990003420535573", "postImei": "987603420573553", "simOtaDate": "2017-12-01T16:00:00-08:00" } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}Filter out the dates.
A list of specific devices that you want to check, specified by ICCID or MDN.
The account that you want to search for mismatched devices. If you don't specify an accountName, the search includes all devices to which you have access.
The name of a device group, to only include devices in that group.