---
title: "Confirm a verification by its ID"
method: POST
path: "/2step/{trackingId}"
---

# Confirm a verification by its ID

`POST /2step/{trackingId}`

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

## Path parameters

- `trackingId` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Request body

- object
  - `answer` integer, required — The answer of the verification.

## Response `200`

200

- object
  - `trackingId` string
  - `status` string
  - `updatedAt` string
  - `maxRetries` integer
  - `expiresAt` string
  - `timesTried` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
