Skip to main content
This endpoint is called automatically by the SDK. You typically don’t need to call it directly.

Request

Headers

Body

Response

Device intelligence

On the Free tier only riskCategory is computed from real data; deviceIntegrity, jailbreakDetected, and attestationCount are returned as placeholders (unknown, false, 1). Upgrade to Pro or above for full device intelligence.

Errors

Error responses carry a stable code, a developer-readable error message, a requestId for support, and (where useful) a hint:
The SDK (2.0.3+) self-heals reattest_required automatically: it clears the cached keyId and re-runs the full attestation once. You only see this error if the retry also fails.

Check a token

A no-op endpoint that verifies a token end to end: it requires the identity headers plus a valid attestation JWT and echoes back what the server read from it. Useful when debugging an integration.

Headers

Response

An invalid or expired token returns 401 Unauthorized with a WWW-Authenticate header.