Retrieve a verification status

You can retrieve the status of a Two Factor Authentication by providing its trackingId.

RESPONSE PARAMETERS

KEYDESCRIPTION
trackingIdThe tracking id used to reference this specific verification.
statusThe status of the verification. Check here for possible values.
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
404404011006The verification with the specified tracking id doesn’t exist.
Language