Two-Factor Authentication APIs
List of all cluster API endpoints within the Two-Factor Authentication
category. Each endpoint provides specific functionality for integrating with cluster services.
POST
Create a new two-factor authentication method for the current user
/twofactorauth GET
Get all two-factor authentication methods for the current user
/twofactorauth/{guid} DELETE
Remove a specific two-factor authentication method
/twofactorauth/default/{guid} PUT
Set a specific 2FA method as the default for the user
/twofactorauth/qr GET
Generate QR code for setting up TOTP (Time-based One-Time Password) authentication
/twofactorauth/qr POST
Verify TOTP token during QR code setup process
/twofactorauth/sms/{phone} GET
Send SMS token to the specified phone number for 2FA verification
Back to API Categories Return to the main API categories page to browse other endpoints