---
title: "List 2FA methods"
method: GET
path: "/v1/2fa/methods"
tags: ["Two-Factor Authentication"]
---

# List 2FA methods

`GET /v1/2fa/methods`

Retrieve the list of configured two-factor authentication methods. Requires MANAGE_2FA_METHODS access right.

## Response `200`

2FA methods retrieved successfully

- TwoFactorMethod[]
  - `name` string — Method name (unique identifier)
  - `driver` string — Driver name (e.g., "TOTP", "Message")
  - `description` string — Method description
  - `isValid` boolean — Whether the method configuration is valid
  - `configuration` object — Driver-specific configuration (structure depends on the driver)

## Other responses

- `403` — User does not have MANAGE_2FA_METHODS access right

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/revisions/14d93e5115dd/schema)
