get
https://{baseurl}/apdu/api/v1/users//uniqueuid
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
| Parameters | Type | Description |
|---|---|---|
| organizationName | string | Denotes the name of the organization. |
| userName | string | The unique username of the user's device. |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| friendlyName | string | The friendly name of the device. |
| type | string | The type of the device. |
| uniqueIdentifier | string | The unique identifier of the device. |
| identitySerialNumber | string | The serial number of the device's identity. |
| identitySerialNumberVerified | string | Indicates whether the identity serial number is verified or not. |
| operatingSystem | string | The operating system of the device. |
| osVersion | string | The version of the operating system installed on the device. |
| uuid | string | The universally unique identifier (UUID) assigned to the device. |
| userData | string | Additional user data associated with the device. |
| userId | string | The ID of the user associated with the device. |
| mobileNumber | string | The mobile number associated with the device. |
| otp | string | The one-time password (OTP) generated for the device. |
| gpsCoordinates | string | The GPS coordinates of the device's location. |
| challenge | string | A challenge presented to the device for authentication or verification purposes. |
| organizationName | string | The name of the organization associated with the device. |
| publicKeyB64 | string | The base64-encoded public key of the device. |
| publicKeyAlgorithm | string | The algorithm used for generating the public key of the device. |
| devicePublicKeyB64 | string | The base64-encoded public key of the device's authentication mechanism. |
| devicePublicKeyAlgorithm | string | The algorithm used for generating the public key of the device's authentication mechanism. |
