---
title: "List Authenticator Passkeys"
method: GET
path: "/2/profile/2fa/authenticator/passkeys"
tags: ["Profile > Two Factor > Authenticator > Passkeys"]
---

# List Authenticator Passkeys

`GET /2/profile/2fa/authenticator/passkeys`

List the active Authenticator Passkeys for the current User.

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadPasskey
    - `uuid` string, required — Universally unique identifier of the resource `Passkey`
    - `name` string, nullable, required — Name of the resource `Passkey`
    - `created_at` integer, required — Timestamp `Passkey` has been created
    - `updated_at` integer, required — Timestamp `Passkey` has been updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
