Confirm a verification by its ID

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Path Params
string
required

the tracking id of the verification.

Body Params
int64
required

The answer of the verification.

Headers
string
required
Defaults to application/x-www-form-urlencoded

application/x-www-form-urlencoded

string
required
Defaults to Bearer {access_token}

Bearer {access_token}

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json