List User 2FA Methods
GET
/auth/two_factor/methods
Returns active 2FA methods configured for current user.
Authorizations
SessionAuth
Session ID for authenticated requests
Type
API Key (header: X-Session-ID)
Responses
User methods
application/json
JSON "success": true, "methods": [ { "id": "string", "method": "string", "status": "string", "last_used_at": "string", "metadata": { "additionalProperties": "string" } } ]
{
}