Returns DeviceSuspensionStatus callback messages containing the current device state and information on how many days a device has been suspended and can continue to be suspended.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request to obtain service suspenstion status for a device.
TypeScript Definitions
Use the request body type in TypeScript.
Request to return service suspension information about one or more devices.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/suspension/status" \ -H "Content-Type: application/json" \ -d '{ "deviceIds": [ { "id": "A10085E5003861", "kind": "meid" }, { "id": "A10085E5003186", "kind": "meid" } ] }'{ "requestId": "904dcdc6-a590-45e4-ac76-403306f6d883"}{ "errorCode": "error code string", "errorMessage": "error message string"}The devices that you want to include in the request, specified by device identifier. You only need to provide one identifier per device.
Filter for devices without account.
The name of a billing account.