v1

latestOpenAPI 3.0.02026-07-17647099.1 KB
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

Example response

{
  "proofTypes": [
    "BJJSignature2021"
  ],
  "schemaHash": "c9b2370371b7fa8b3dab2a5ba81b6838",
  "encryptedVC": {
    "context": "https://www.w3.org/2018/credentials/examples/v1",
    "type": "KYCAgeCredential",
    "expirationDate": "2023-10-26T10:59:08Z",
    "issuanceDate": "2023-10-26T10:59:08Z"
  }
}