Retrieves the blockchain address used by the issuer
Responses
200
Success
application/json
404
Not Found
application/json
get
/api/v1/blockchain/address
Anchor the issuer's DID on blockchain
Creates a blockchain transaction to register the issuer's DID
post
Anchors the issuer's DID on the blockchain
Responses
200
Success
application/json
500
Server Error
application/json
post
/api/v1/blockchain/dids
Verify a DID on the blockchain
Retrieves and validates a DID document from the blockchain
get
Verifies if a DID exists on the blockchain
Path parameters
didstringRequired
The DID to verify
Responses
200
Success
application/json
404
Not Found
application/json
500
Server Error
application/json
get
/api/v1/blockchain/dids/{did}
Update the revocation list on the blockchain
post
Updates the revocation list on the blockchain based on the current status of the credentials
It fetches all credentials from the database, checks their status, and updates the revocation list accordingly.