Lock a confirmation
Confirmations
Lock a confirmation
Mark a confirmation as used so the same vyt token can’t be confirmed again — single-use enforcement. Secret key only. After locking, GET /v3/confirmations/{token} returns verified: false.
POST
Lock a confirmation
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
True once the confirmation is locked. A locked confirmation can't be confirmed again — GET /v3/confirmations/{token} then returns verified: false.