Verizon 5G Edge API Portal

vv1.0

ETXClientIDLookup

Lookup object for identifying an ETX client. One of the following IDs is required: DeviceID, IMEI, ICCID, or IMSI. If more than one ID is provided, the API will use the first ID found in the following order: DeviceID, IMEI, ICCID, IMSI.

ETXClientIDLookup

Lookup object for identifying an ETX client. One of the following IDs is required: DeviceID, IMEI, ICCID, or IMSI. If more than one ID is provided, the API will use the first ID found in the following order: DeviceID, IMEI, ICCID, IMSI.

Properties

NameTypeRequiredDescription
DeviceIDstring (uuid)NoThe generated ID (UUID v4) for the device. It can be used as: - the MQTT Client ID when connecting to the Message Exchange system - a parameter when asking for the connection endpoint - a parameter when finishing the device registration - a parameter when unregistering the device
IMEIstringNoThe IMEI number of the device.
ICCIDstringNoThe ICCID number of the device.
IMSIstringNoThe IMSI number of the device.

On this page