Saltar al contenido principal

2FA Status Explorer

Check if 2FA is enabled for the authenticated user.

GET/auth/account/2fa/status

Description

Check if Two-Factor Authentication is enabled. No parameters required.

Parameters

Responses

2004 Response

Two-factor authentication status retrieved successfully - Returns enabled status.

401 Unauthorized

Unauthorized - Valid JWT token required in Authorization header.

Test Request
https://www.swapbits.site/api
curl -X GET "https://www.swapbits.site/api/auth/account/2fa/status" \
  -H "Content-Type: application/json"