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
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
Credential 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
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
Error occured at the time of creating credential
did:hid:testnet:........#key-${idx} not found
Last updated