---
title: "Get available TOTP configuration"
method: GET
path: "/admin/totp/configs"
tags: ["admins"]
---

# Get available TOTP configuration

`GET /admin/totp/configs`

Returns the available TOTP configurations for the logged in admin

## Response `200`

successful operation

- TOTPConfig[]
  - `name` string
  - `issuer` string
  - `algo` 'sha1' | 'sha256' | 'sha512' — Supported HMAC algorithms for Time-based one time passwords

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `default` — Unexpected Error

---

[API](https://skmtc.net/kanton-bern/apis/sftpgo.md) · [All operations](https://skmtc.net/kanton-bern/apis/sftpgo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kanton-bern/sftpgo/versions/d8d616a479b0/schema)
