Confirm a verification token
Confirmations
Confirm a verification token
Exchange the vyt token the user returned with for the authoritative verification result. Secret key only — call this from your backend before granting access.
GET
Confirm a verification token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The vyt confirmation token the user returned with after verifying.
Response
Successful Response
Authoritative result: true only if the verification passed and the confirmation is unlocked. Gate access on this, not on the client-side vyc hint.
The external_id attached to the session at initialize, if any.