Exchange fingerprint components for a device token
Authentication
Authorization: Bearer pk_live_… (or pk_test_…). Public by design — it is meant to appear in page source. It can mint device tokens and nothing else; it is rejected on every other endpoint.
Request
Component name → value. Keys up to 64 characters; values are opaque. Hashed server-side; the raw components are not stored.
Response
A signed, short-lived device token.
Forward this to your own backend and pass it through as device_token on the verdict call.
RFC 3339 timestamp. Tokens are short-lived — collect close to the screened action, not at page load.