Resolve DID / Get Proof Parameters
GET /{id}/did.json
This endpoint can only be called by anyone without authentication.
- Corresponds to the Read (Resolve) method speficied at https://w3c-ccg.github.io/did-method-web/#read-resolve.
- With the
proofParameters
query parameter present, proof parameters are returned that are required for registering, updating, and deleting DID.
Parameters
Path Parameters
ID: An identifier.
Query Parameters
Only valid for GET requests
Responses
200
Returns DID Document.
DID Document: W3C DID Document, see https://w3c.github.io/did-core/.
object
DID: W3C Decentralized Identifier (DID), see https://w3c.github.io/did-core/.
ProofParameters: Proof parameters define properties that need to be present in the next submitted Verifiable Presentation for PUT, POST and DELETE requests.
object
DID: W3C Decentralized Identifier (DID), see https://w3c.github.io/did-core/.
Challenge computed by the current state of the DID document, according to proofs.
Domain name of the service, according to proofs.
Proof purpose according to verification relationship and proofs.
400
Bad Request. Requested path not supported.
404
Not Found. DID document not found on server.
500
Internal Server Error.