API Reference
two-factor
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (5)
Click an endpoint to jump to its details.
/two-factor/disableDisable 2FA (requires verification code from email)
/two-factor/enableEnable 2FA after verifying with TOTP code from authenticator app
/two-factor/send-disable-codeSend 6-digit verification code to email for 2FA disable (expires in 15 min)
/two-factor/send-setup-codeSend 6-digit verification code to email for 2FA setup (expires in 15 min)
/two-factor/setupStart 2FA setup (requires verification code from email, returns secret and QR)
/two-factor/disableDisable 2FA (requires verification code from email)
No detailed description provided for this operation in the OpenAPI spec.
/two-factor/enableEnable 2FA after verifying with TOTP code from authenticator app
No detailed description provided for this operation in the OpenAPI spec.
/two-factor/send-disable-codeSend 6-digit verification code to email for 2FA disable (expires in 15 min)
No detailed description provided for this operation in the OpenAPI spec.
/two-factor/send-setup-codeSend 6-digit verification code to email for 2FA setup (expires in 15 min)
No detailed description provided for this operation in the OpenAPI spec.
/two-factor/setupStart 2FA setup (requires verification code from email, returns secret and QR)
No detailed description provided for this operation in the OpenAPI spec.