Fetch a unique ID of the user's device

This API endpoint allows you to fetch the UUID (User's Unique ID) of the user's device.

Headers

  • Authentication: Bearer <JWT>
  • Accept: application/json
  • Content-Type: application/json

Path Parameters

ParametersTypeDescription
organizationNamestringDenotes the name of the organization.
userNamestringThe unique username of the user's device.

Response Parameters

ParameterTypeDescription
friendlyNamestringThe friendly name of the device.
typestringThe type of the device.
uniqueIdentifierstringThe unique identifier of the device.
identitySerialNumberstringThe serial number of the device's identity.
identitySerialNumberVerifiedstringIndicates whether the identity serial number is verified or not.
operatingSystemstringThe operating system of the device.
osVersionstringThe version of the operating system installed on the device.
uuidstringThe universally unique identifier (UUID) assigned to the device.
userDatastringAdditional user data associated with the device.
userIdstringThe ID of the user associated with the device.
mobileNumberstringThe mobile number associated with the device.
otpstringThe one-time password (OTP) generated for the device.
gpsCoordinatesstringThe GPS coordinates of the device's location.
challengestringA challenge presented to the device for authentication or verification purposes.
organizationNamestringThe name of the organization associated with the device.
publicKeyB64stringThe base64-encoded public key of the device.
publicKeyAlgorithmstringThe algorithm used for generating the public key of the device.
devicePublicKeyB64stringThe base64-encoded public key of the device's authentication mechanism.
devicePublicKeyAlgorithmstringThe algorithm used for generating the public key of the device's authentication mechanism.
Language
URL