Back to catalog
🔒

Application Environment Verification

API Key

Android library and API to verify the safety of user devices, detect rooted devices and other risks

🔒SecurityHTTPSCORS enabled

Device Verification

Application Environment Verification

Device IdA3f8c912-7b4d-4e1a-9c6f-2d8e5a0b1c7d
Is RootedFalse
Is EmulatorFalse
Risk LevelLow
OsAndroid 14 (API 34)

Sample Response

response.json
1{
2 "deviceId": "a3f8c912-7b4d-4e1a-9c6f-2d8e5a0b1c7d",
3 "isRooted": "false",
4 "isEmulator": "false",
5 "riskLevel": "Low",
6 "os": "Android 14 (API 34)"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://github.com/fingerprintjs/aev" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs