Gets billed usage for for either multiple devices or an entire billing account.
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.
Information required to associate a usage segmentation label with a device to retrieve billing.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/usage/actions/billedusage/list" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0342077109-00001", "devices": [ { "deviceIds": [ { "kind": "iccid", "id": "8914800000080078" }, { "kind": "eid", "id": "5096300587" } ] } ] }'{ "requestId": "595f5c44-c31c-4552-8670-020a1545a84d"}{ "errorCode": "error code string", "errorMessage": "error message string"}