---
title: "GET /key/{PK}"
method: GET
path: "/key/{PK}"
tags: ["key", "get"]
---

# GET /key/{PK}

`GET /key/{PK}`

Get public details of an Authentiq ID.

## Path parameters

- `PK` string, required

## Response `200`

Successfully retrieved

- object
  - `sub` string — base64safe encoded public signing key
  - `status` string
  - `since` string, date-time

## Other responses

- `404` — Unknown key `unknown-key`
- `410` — Key is revoked (gone). `revoked-key`
- `default` — Error response

---

[API](https://skmtc.dev/authentiqid/apis/authentiq-api.md) · [All operations](https://skmtc.dev/authentiqid/apis/authentiq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authentiqid/authentiq-api/revisions/b5d106dd3d00/schema)
