---
title: "List key mappings"
method: GET
path: "/identifiers/{did}/key-mappings"
tags: ["KeyMappings"]
---

# List key mappings

`GET /identifiers/{did}/key-mappings`

Lists KMS key bindings for verification methods on this DID. These
rows describe local signing key usage and are separate from the DID
document's public verification material.

## Parameters

- `./common-components.yml#/components/parameters/CorrelationId` — unresolved $ref

## Response `200`

List of key mappings.

- KeyMappingListResponse — List of key mappings.
  - `items` KeyMapping[], required — unresolved $ref

## Other responses

- `401` — unresolved $ref
- `403` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/did-rest-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/did-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/did-rest-api/revisions/d575fc307e80/schema)
