AgentPost

MFA

API endpoints for MFA

MFA

GET /api/v1/auth/mfa/status

Get MFA enrollment status


POST /api/v1/auth/mfa/totp/setup

Begin TOTP setup


POST /api/v1/auth/mfa/totp/verify

Verify TOTP setup with code


POST /api/v1/auth/mfa/webauthn/register-options

Get WebAuthn registration options


POST /api/v1/auth/mfa/webauthn/register

Complete WebAuthn registration


POST /api/v1/auth/mfa/webauthn/auth-options

Get WebAuthn authentication options during login


DELETE /api/v1/auth/mfa/{enrollmentId}

Remove MFA enrollment


POST /api/v1/auth/mfa/recovery-codes/regenerate

Regenerate recovery codes


On this page