---
title: "Get verified JWT token"
method: POST
path: "/api/token/verified"
tags: ["Auth"]
---

# Get verified JWT token

`POST /api/token/verified`

Get a verified JWT token pair by submitting a Two-Factor authentication code.

## Request body

- VerifiedTokenObtainPair
  - `refresh` string, required
  - `access` string, required
  - `otp_token` string, required — The OTP (One Time Password) token received by the user from the configured Two Factor Authentication method.

## Response `201`

- TokenPair
  - `access` string, required
  - `refresh` string, required

---

[API](https://skmtc.dev/karrio/apis/karrio-api.md) · [All operations](https://skmtc.dev/karrio/apis/karrio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/karrio/karrio-api/revisions/76ab3b7c3a61/schema)
