Retrieve driver and admin PIN codes of a device.
Retrieve the PIN codes of a given device
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
{- "password": "string"
}{- "data": {
- "adminPin": {
- "value": "1234"
}, - "driverPin": {
- "value": "4321"
}
}
}