---
title: "Get 2FA method details"
method: GET
path: "/v1/2fa/methods/{method-name}"
tags: ["Two-Factor Authentication"]
---

# Get 2FA method details

`GET /v1/2fa/methods/{method-name}`

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

## Path parameters

- `method-name` string, required

## Response `200`

2FA method retrieved successfully

- TwoFactorMethod — Two-factor authentication method
  - `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

- `400` — Missing method name
- `403` — User does not have MANAGE_2FA_METHODS access right
- `404` — Method not found

---

[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/versions/14d93e5115dd/schema)
