VerificationMethods

List verification methods

Lists verification methods persisted for the DID. Relationship membership is carried on each method through valueVerificationRelation and referenceVerificationRelations.

get/identifiers/{did}/verification-methods

Parameters

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

Response

List of verification methods.

itemsVerificationMethod[] required— unresolved $ref

Example response

{
  "items": [
    {
      "id": "did:key:z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK#z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK",
      "type": "JsonWebKey2020",
      "controller": "did:key:z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK",
      "keyInfo": {
        "providerId": "softwaretest",
        "alias": "rest-e2e-alias"
      }
    }
  ]
}

Changes