Checks whether specified devices are registered by the manufacturer with the Verizon network and are available to be activated.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request to check if devices can be activated or not.
TypeScript Definitions
Use the request body type in TypeScript.
Request for device status to check availability of activation.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/availability/actions/list" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0212345678-00001", "devices": [ { "deviceIds": [ { "kind": "meid", "id": "A100008385E561" } ] } ] }'{ "requestId": "595f5c44-c31c-4552-8670-020a1545a84d"}{ "errorCode": "error code string", "errorMessage": "error message string"}The name of a billing account.
Up to 10,000 devices that you want to move to a different account, specified by device identifier.