Run a report for FWA Address qualification or to determine network types available and available coverage. Network types covered include: CAT-M, NB-IOT, LTE, LTE-AWS, 5GNW, MMWAVE and C-BAND.
thingspace_oauth VZ-M2M-Token This is where the ThingSpace access token, from Credentials and Tokens is used
In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request for network coverage details.
TypeScript Definitions
Use the request body type in TypeScript.
Get wireless coverage.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/intelligence/wireless-coverage" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0000123456-00001", "requestType": "FWA", "locationType": "ADDRESS", "locations": { "addressList": [ { "addressLine1": "street address", "city": "city", "state": "LA", "country": "USA", "zip": "00000" } ] }, "networkTypesList": [ { "networkType": "LTE" } ] }'{ "requestId": "d1f08526-eeee-ffff-gggg-4456490ea9f8"}{ "errorCode": "400", "errorMessage": "A brief description of the error code"}Account name.
^[0-9-]{3,32}$3 <= length <= 32Type of request made. FWA for address qualification and NW for Nationwide coverage.
^[A-Za-z]{1,12}$1 <= length <= 12Type of location detail.
items <= 100