---
title: "POST /key/{PK}"
method: POST
path: "/key/{PK}"
tags: ["key", "post"]
---

# POST /key/{PK}

`POST /key/{PK}`

update properties of an Authentiq ID.
(not operational in v4; use PUT for now)

v5: POST issuer-signed email & phone scopes in
a self-signed JWT

See: https://github.com/skion/authentiq/wiki/JWT-Examples

## Path parameters

- `PK` string, required

## Response `200`

Successfully updated

- object
  - `status` string — confirmed

## Other responses

- `404` — Unknown key `unknown-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)
