Verifiable Credential
Issue a verifiable credential
Bearer <access_token>
Origin as you set in application cors
schemaId for credential Schema
holder did of the credential
issuerDid of the credential
Date in ISOString format
2027-12-10T18:30:00.000ZCredential Data fields
{"name":"Random name"}Namespace to be added in vcId.
testnetVerification Method id for did updation
did:hid:testnet:........#key-${idx}Persist in edv
trueCredential Created
Error occured at the time of creating credential
Resource not found
Verify an issued verifiable credential document
Bearer <access_token>
Origin as you set in application cors
verification result of credential
result of credential verification
Error occured at the time of verifying credential
Resource not found
Fetch a verifiable credential and/or its status by Id
Bearer <access_token>
Origin as you set in application cors
Resolved credential detail
return credentialDocument if persist is set to true at the time of issuing credential
trueIf set true then return credential Document also
trueCredential with id vc:hid:testnet:...... not found
Fetch list of verifiable credentials
Page value
1Fetch limited list of data
10Bearer <access_token>
Origin as you set in application cors
List of credentials
totalCount
12data
["vc:hid:testnet:............"]Error in finding resource
Update credential status of a verifiable credential
Bearer <access_token>
Origin as you set in application cors
Namespace to be added in vcId.
testnetCredential status
LIVE / SUSPEND / REVOKECredential status Reason
ReasonissuerDid of the credential
Verification Method id for did updation
did:hid:testnet:........#key-${idx}Credential Updated
return credentialDocument if persist is set to true at the time of issuing credential
trueIf set true then return credential Document also
trueError occured at the time of creating credential
did:hid:testnet:........#key-${idx} not found
Last updated