> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List Authenticators

> Returns a list of authenticators associated with your application.

`GET /mfa/authenticators`

Returns a list of authenticators associated with your application.

To access this endpoint, you must set an Access Token at the Authorization header, with the following claims:

* `scope`: `read:authenticators`
* `audience`: `https://{yourDomain}/mfa/`

## Parameters

<ParamField header="Authorization" type="string" required>
  Bearer ACCESS\_TOKEN
</ParamField>

## Response

| Status | Description               |
| ------ | ------------------------- |
| 200    | A list of authenticators. |
