v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Two-Factor Authentication

Get 2FA method details

Retrieve details of a specific two-factor authentication method. Requires MANAGE_2FA_METHODS access right.

get/v1/2fa/methods/{method-name}

Path parameters

method-namestring required

2FA method name

Response

2FA method retrieved successfully

namestring

Method name (unique identifier)

driverstring

Driver name (e.g., "TOTP", "Message")

descriptionstring

Method description

isValidboolean

Whether the method configuration is valid

configurationobject

Driver-specific configuration (structure depends on the driver)