---
title: "Enable TOTP after verification"
method: POST
path: "/totp/enable"
tags: ["auth"]
---

# Enable TOTP after verification

`POST /totp/enable`

## Request body

- TotpEnableRequest
  - `username` string
  - `code` string, required

## Response `200`

TOTP enabled

- OkResponse
  - `ok` boolean, required

---

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