KeyMappings

List 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.

get/identifiers/{did}/key-mappings

Parameters

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

Response

List of key mappings.

itemsKeyMapping[] required— unresolved $ref

Example response

{
  "items": [
    {
      "id": "km-1",
      "verificationMethod": "did:key:z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK#z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK",
      "keyInfo": {
        "providerId": "softwaretest",
        "alias": "rest-e2e-alias"
      },
      "purposes": [
        "authentication",
        "assertionMethod"
      ]
    }
  ]
}

Changes