Devices

Validate Device

GET
This endpoint validates that a Device Identifier exists and returns the Device upon matching. On failure, it indicates that the Identifier is not valid.

Path parameters

deviceIdentifierstringRequired

Response

This endpoint returns an object
valid
booleanOptional
A Boolean value of whether this device identifier is validated or not.
device
objectOptional
The Device associated with the provided Device Identifier, if exists.