v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Confirm a verification by its ID

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

post/2step/{trackingId}

Path parameters

trackingIdstring required

the tracking id of the verification.

Headers

Content-Typestring required

application/x-www-form-urlencoded

Authorizationstring required

Bearer {access_token}

Request body

answerinteger required

The answer of the verification.

Response

200

trackingIdstring
statusstring
updatedAtstring
maxRetriesinteger
expiresAtstring
timesTriedinteger

Example response

{
  "trackingId": "f6178366-9e20-4c01-81c2-581694da8769",
  "status": "Verified",
  "updatedAt": "2017-02-21T08:47:46.417Z",
  "maxRetries": 4,
  "expiresAt": "2016-01-01T10:00:00.000Z",
  "timesTried": 2
}