---
title: "GET /authenticators/admin/static/{id}/"
method: GET
path: "/authenticators/admin/static/{id}/"
tags: ["authenticators"]
---

# GET /authenticators/admin/static/{id}/

`GET /authenticators/admin/static/{id}/`

Viewset for static authenticator devices (for admins)

## Path parameters

- `id` integer, required

## Response `200`

- StaticDevice — Serializer for static authenticator devices
  - `name` string, required — The human-readable name of this device.
  - `token_set` StaticDeviceToken[], required
    - `token` string, required
  - `pk` integer, required
  - `user` PartialUser, required — Partial User Serializer, does not include child relations.
    - `pk` integer, required
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `name` string, required — User's display name.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `last_login` string, date-time, nullable
    - `email` string, email
    - `attributes` object
    - `uid` string, required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
