Get detailed device profile and attestation history
GET /api/v1/analytics/devices/:keyId
X-API-Key
keyId
string
{ "keyId": "abc123", "deviceProfile": { "deviceModel": "iPhone15,2", "osVersion": "18.0", "appVersion": "2.1.0", "riskScore": 12, "jailbreakDetected": false, "attestationCount": 42, "firstSeenAt": "2025-01-15T10:00:00Z", "lastSeenAt": "2025-03-10T12:00:00Z" }, "recentEvents": [ { "type": "attestation", "result": "success", "riskScore": 12, "timestamp": "2025-03-10T12:00:00Z" } ], "complianceStatus": { "isCompliant": true, "checks": [] }, "lastUpdated": "2025-03-10T12:00:00Z" }
Was this page helpful?