/
BA
baserow
/
Baserow API spec
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
baserow
Baserow API spec
post
/api/two-factor-auth/configuration/
v4
latest
OpenAPI 3.0.3
MIT
2026-08-05
402
1,289
5.8 MB
Auth
Configures two-factor authentication for the authenticated user.
post
/api/two-factor-auth/configuration/
Request body
TwoFactorAuthTypeCreateTwoFactorAuth
required
type
'totp'
required
totp
- totp
provisioning_url
string
required
provisioning_qr_code
string
required
backup_codes
string[]
required
Response
TwoFactorAuthTypeTwoFactorAuth
required
type
string
required
is_enabled
boolean
required
provisioning_url
string
required
provisioning_qr_code
string
required
backup_codes
string[]
required