Universal DID Resolver
When to use
You need to fetch the DID Document for any DID — yours, someone else’s, or a DID from a different method entirely. The universal resolver is the public, no-auth endpoint that does this.
Before you begin
Nothing required. The endpoint is unauthenticated.
Steps
- Open the DID Resolver page in the portal (
/tools/did-resolver) — or just call the endpoint directly. - Paste the DID into the input field.
- Click Resolve.
- The portal calls
GET /api/v1/dids/resolve/{did}(did.go:29, registered atrouter.go:74).
Supported methods
API
Response shape (per W3C DID Resolution):
Verify
Compare the returned key fingerprint against an out-of-band channel (e.g., the issuer’s website, a printed business card). DID Documents are public, but their binding to a real-world entity is your responsibility.