Blockchain
Responses
200
Success
application/json
Response DTO for blockchain address
addressstring · min: 1RequiredExample:
Blockchain address of the issuer
0x1234567890abcdef1234567890abcdef12345678Pattern: ^0x[a-fA-F0-9]{40}$404
Not Found
application/json
get
/api/v1/blockchain/addressAnchor the issuer's DID on blockchain
Creates a blockchain transaction to register the issuer's DID
post
Responses
200
Success
application/json
Response DTO for anchoring DID on blockchain
didstringRequiredExample:
DID anchored on blockchain
did:empe:0x1234567890abcdef1234567890abcdef12345678500
Server Error
application/json
post
/api/v1/blockchain/didsPath parameters
didstringRequired
The DID to verify
Responses
200
Success
application/json
Response DTO for verifying DID on blockchain
404
Not Found
application/json
500
Server Error
application/json
get
/api/v1/blockchain/dids/{did}Authorizations
x-client-secretstringRequired
Path parameters
idnumber · doubleRequired
The ID of the revocation list to update
Responses
200
OK
No content
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
post
/api/v1/blockchain/revocations/{id}No content
Last updated