---
title: "Get authenticators"
method: POST
path: "/public/v1/query/get_authenticators"
tags: ["Authenticators"]
---

# Get authenticators

`POST /public/v1/query/get_authenticators`

Get details about authenticators for a user.

## Request body

- V1GetAuthenticatorsRequest
  - `organizationId` string, required — Unique identifier for a given organization.
  - `userId` string, required — Unique identifier for a given user.

## Response `200`

A successful response.

- V1GetAuthenticatorsResponse
  - `authenticators` V1Authenticator[], required — A list of authenticators.
    - `transports` V1AuthenticatorTransport[], required — Types of transports that may be used by an Authenticator (e.g., USB, NFC, BLE).
    - `attestationType` string, required
    - `aaguid` string, required — Identifier indicating the type of the Security Key.
    - `credentialId` string, required — Unique identifier for a WebAuthn credential.
    - `model` string, required — The type of Authenticator device.
    - `credential` Externaldatav1Credential, required
      - `publicKey` string, required — The public component of a cryptographic key pair used to sign messages and transactions.
      - `type` 'CREDENTIAL_TYPE_WEBAUTHN_AUTHENTICATOR' | 'CREDENTIAL_TYPE_API_KEY_P256' | 'CREDENTIAL_TYPE_RECOVER_USER_KEY_P256' | 'CREDENTIAL_TYPE_API_KEY_SECP256K1' | 'CREDENTIAL_TYPE_EMAIL_AUTH_KEY_P256' | 'CREDENTIAL_TYPE_API_KEY_ED25519' | 'CREDENTIAL_TYPE_OTP_AUTH_KEY_P256' | 'CREDENTIAL_TYPE_READ_WRITE_SESSION_KEY_P256' | 'CREDENTIAL_TYPE_OAUTH_KEY_P256' | 'CREDENTIAL_TYPE_LOGIN', required
    - `authenticatorId` string, required — Unique identifier for a given Authenticator.
    - `authenticatorName` string, required — Human-readable name for an Authenticator.
    - `createdAt` Externaldatav1Timestamp, required
      - `seconds` string, required
      - `nanos` string, required
    - `updatedAt` Externaldatav1Timestamp, required
      - `seconds` string, required
      - `nanos` string, required

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/turnkey/apis/api-reference.md) · [All operations](https://skmtc.net/turnkey/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turnkey/api-reference/versions/4d8a7c63c511/schema)
