---
title: "TOTP verify"
method: POST
path: "/account/link/totp/verify"
tags: ["account"]
---

# TOTP verify

`POST /account/link/totp/verify`

Verify TOTP code and persist authenticator

## Request body

- object
  - `code` string, required

## Response `200`

Default Response

- object
  - `ok` true, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `500` — Default Response

## Changes

- **2026-03-12** `b2c23a2d8170` — 1 info
  - endpoint added
- **2026-01-14** `4f6c72308c7a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/blockmatic/apis/basilic-api/changes/account/link/totp/verify/post.md)

---

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