---
title: "Retrieve an authenticator for the current identity"
method: GET
path: "/current-identity/authenticators/{id}"
tags: ["Current API Session"]
---

# Retrieve an authenticator for the current identity

`GET /current-identity/authenticators/{id}`

Retrieves a single authenticator by id. Will only show authenticators assigned to the API session's identity.

## Path parameters

- `id` string, required

## Response `200`

A singular authenticator resource

- DetailAuthenticatorEnvelope
  - `data` AuthenticatorDetail, required — A singular authenticator resource
    - `_links` object, required — A map of named links
    - `createdAt` string, date-time, required
    - `id` string, required
    - `tags` Tags
    - `updatedAt` string, date-time, required
    - `certPem` string
    - `extendRequestedAt` string, date-time, nullable
    - `fingerprint` string
    - `identity` EntityRef, required — A reference to another resource and links to interact with it
      - `_links` object — A map of named links
      - `entity` string
      - `id` string
      - `name` string
    - `identityId` string, required
    - `isExtendRequested` boolean
    - `isIssuedByNetwork` boolean
    - `isKeyRollRequested` boolean
    - `lastAuthResolvedToRoot` boolean
    - `lastExtendRolledKeys` boolean
    - `method` string, required
    - `username` string
  - `meta` Meta, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required

## Other responses

- `401` — The supplied session does not have the correct access rights to request this resource
- `404` — The requested resource does not exist

---

[API](https://skmtc.net/openziti/apis/ziti-edge-client.md) · [All operations](https://skmtc.net/openziti/apis/ziti-edge-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openziti/ziti-edge-client/versions/25da9a73a095/schema)
