Verifiable Credential
Please generate access token before proceeding. Once you generated the access_token, you can pass this token as bearer authorization token in the header for all APIs.
Issue a verifiable credential
An issuer may issue a verifiable credential to a subject using this API. The credential document is signed by issuer's identity key and its status is registered on the blockchain.
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
A signed verifiable credential must has signature of the issuer. Any one may verify an issued credential document. The verification result state the following facts:
This document was issued by intended issuer
This document have not been tampered
This document have not been revoked
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