Credentials

Get Credential

Get a specific credential for the provided identity.

get/v2/identities/{identifier}/credentials/{id}

Path parameters

identifierstring required

Issuer identifier

idstring required

Claim identifier

Response

Credential found

idstring required
proofTypesstring[] required
revokedboolean required
schemaHashstring required
vcobject required

Example response

{
  "proofTypes": [
    "BJJSignature2021"
  ],
  "schemaHash": "c9b2370371b7fa8b3dab2a5ba81b6838"
}

Changes