Checks the status of an activation order and lists where the order is in the provisioning process.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
The request body identifies the device and reporting period that you want included in the report.
TypeScript Definitions
Use the request body type in TypeScript.
The request body identifies the devices to upload.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/requests/status" \ -H "Content-Type: application/json" \ -d '{ "accountName": "4Gpublicaccount ", "orderRequestId": " f55fea16-3664-4a32-ae9d-c0cbe3eedf1d ", "devices": [ { "deviceIds": [ { "id": "20112019672551234613", "kind": "iccid" } ] } ] }'{ "requestId": "c7b45cf2-cab1-4e42-82f8-20350f4c4ea3"}{ "errorCode": "error code string", "errorMessage": "error message string"}The name of a billing account. An account name is usually numeric, and must include any leading zeros.
The request id from the activation order.
The devices to upload, specified by device IDs in a format matching uploadType.