---
title: "Get available 2FA providers (getAvailableTwoFaProviders)"
method: GET
path: "/api/2fa/providers"
tags: ["two-factor-auth-config-controller"]
---

# Get available 2FA providers (getAvailableTwoFaProviders)

`GET /api/2fa/providers`

Get the list of provider types available for user to use (the ones configured by tenant or sysadmin).
Example of response:
```
[
  "TOTP",
  "EMAIL",
  "SMS"
]
```

Available for any authorized user.

## Response `200`

OK

- string[]

---

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