---
title: "List Authenticators"
method: GET
path: "/accounts/{account_id}/authenticators"
tags: ["Accounts: General"]
---

# List Authenticators

`GET /accounts/{account_id}/authenticators`

## Path parameters

- `account_id` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Headers

- `LMG-Data-Privacy-Access-Principal` string, required
- `LMG-Data-Privacy-Access-Justification` string, required

## Response `200`

Successful Response

- EncodedPaginatedCollectionResponseAuthenticatorResponse
  - `data` AuthenticatorResponse[], required — The elements of the response.
    - `id` string, required — An authenticator identifier.
    - `created_at` string, date-time, required — A timestamp representing the point in time when the authenticator was registered.
    - `public_key` string, required — The base64-url encoded form of the authenticator's public key. See the guide on strong customer authentication for more information about the format.
    - `client_credential_id` string, required — A client-side (read: on-device) identifier for the public key of the authenticator. Use this identifier to indicate the private key used to create a signature in the two-step verification process or to match the authenticator in a list of authenticated devices. **NOTE:** All authenticators associated with a single account must have different values in `client_credential_id`.
    - `name` string, required
  - `pagination` Pagination, required — Information about accessing elements beyond the ones that were returned.
    - `next_cursor` string — When fetching long lists of elements, you can use our pagination feature to fetch batches of data. If a response contains the property `pagination.next_cursor`, you can pass its value via the query item `cursor` to generate the request for the next batch of data.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `5XX` — Server Error

---

[API](https://skmtc.net/lemon/apis/lemon-markets-brokerage-api.md) · [All operations](https://skmtc.net/lemon/apis/lemon-markets-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemon/lemon-markets-brokerage-api/versions/3c8cfd3a96c9/schema)
