v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBRetrieve a verification status
You can retrieve the status of a Two Factor Authentication by providing its trackingId.
get/2step/{trackingId}
Path parameters
trackingIdstring required
the tracking id of the verification.
Headers
Authorizationstring required
Bearer {access_token}
Response
200
Example response
{
"trackingId": "2ead0d79-414e-4d7c-b8f5-26f1ffc41c1c",
"status": "Pending",
"updatedAt": "2017-02-21T08:43:10.717Z",
"maxRetries": 4,
"expiresAt": "2016-01-01T10:00:00.000Z",
"timesTried": 2
}