Confirm a verification by its ID

You can confirm a Two Factor Authentication by providing the answer.

RESPONSE PARAMETERS

KEYDESCRIPTION
trackingIdThe tracking id used to reference this specific verification.
statusThe status of the verification.
Possible Values: Pending, Verified, Cancelled, Expired, Failed
updatedAtThe last time this verification was updated.
maxRetriesThe number of retries only, the first try is not included.
expiresAtWhen will the verification expire.
timesTriedHow many tries were made by the user.

ERROR CODES

STATUSCODEDESCRIPTION
400400011002Verification is not in pending state.
400400011003Verification has expired.
400400011004Verification max retries reached.
400400011005Wrong answer provided.
404404011006The verification with the specified tracking id doesn’t exist.
Language