This API allows retrieving devices by vendor ID and optional filters. The request should include the VendorID and any filters to apply.
thingspace_oauth sessionToken Access/Bearer token needed to authorize the user. The Bearer/Access Token should be acquired by using the ThingSpace Portal (thingspace.verizon.com). For details on how to obtain the token please refer to the
In: header
This is the Session/M2M token needed to authenticate the user. It should be acquired by using the ThingSpace APIs. For detail on how to obtain a Session/M2M token please refer to the
In: header
Optional transaction identifier for tracing requests. If not provided, the application will generate one.
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$uuid36 <= length <= 36application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request body for retrieving devices based on vendorID and optional filters
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/clients/query" \ -H "Content-Type: application/json" \ -d '{ "VendorId": "VerizonETX" }'[]{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}The ID the vendor wants its devices to be registered under. E.g. Verizon, GM, Ford, etc.
^[a-zA-Z0-9]+$length <= 64Devices filter criteria or pagination token