---
title: "Get authenticator configurations"
method: GET
path: "/authenticators"
tags: ["authenticator configurations"]
---

# Get authenticator configurations

`GET /authenticators`

Gets a list of the authenticators configured for the tenant.

## Response `200`

OK

- AuthenticatorConfiguration[]
  - `authenticatorId` string, required — The ID of the authenticator configuration.
  - `verificationMethod` 'SMS' | 'AUTHENTICATOR_APP' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR' | 'IDVERSE', required
  - `isActive` boolean, required — Determines whether the authenticator configuration is currently active/enabled.
  - `isEditableByUser` boolean — Determines whether the user is able to edit the authenticator in the pre-built UI.
  - `isHiddenToUser` boolean — Determines whether the authenticator in hidden in the pre-built UI.
  - `smsChannel` 'DEFAULT' | 'WHATSAPP' — For SMS authenticator configurations only. If set to `DEFAULT`, only regular SMS is allowed. If set to `WHATSAPP`, both regular SMS and WhatsApp messages are allowed.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.dev/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/revisions/5604d744e3ad/schema)
