---
title: "GET /api/two-factor-auth/configuration/"
method: GET
path: "/api/two-factor-auth/configuration/"
tags: ["Auth"]
---

# GET /api/two-factor-auth/configuration/

`GET /api/two-factor-auth/configuration/`

Returns two-factor auth configuration for the authenticated user.

## Response `200`

- TwoFactorAuthTypeTwoFactorAuth
  - `type` string, required
  - `is_enabled` boolean, required
  - `provisioning_url` string, required
  - `provisioning_qr_code` string, required
  - `backup_codes` string[], required

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
