---
title: "Finish TOTP device enrollment"
method: POST
path: "/totp-devices/finish-enrollment"
tags: ["TOTP devices"]
---

# Finish TOTP device enrollment

`POST /totp-devices/finish-enrollment`

Confirms a pending enrollment by verifying the first TOTP code. On success the device is activated and the user's TOTP enrollment status is updated.

## Request body

- FinishTotpEnrollmentRequestDto
  - `id` integer, required
  - `code` string, required

## Response `200`

OK

---

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