Resolve a DID string to a W3C DID 1.1 Document.
Documentation Index
Fetch the complete documentation index at: https://humanos.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today's date.
^\d{4}-\d{2}-\d{2}$"2026-03-03"
The DID string to resolve
"did:web:humanos.tech:humanos:org-abc123"
DID Document
JSON-LD contexts. MUST include the DID core v1 context.
[
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/ed25519-2020/v1"
]The DID this document describes
"did:via:humanos:org-abc"
Verification methods declared for this DID
Verification method IDs authorized for authentication
["did:via:humanos:org-abc#key-1"]Verification method IDs authorized for making assertions
["did:via:humanos:org-abc#key-1"]Verification method IDs authorized for key agreement
["did:via:humanos:org-abc#key-2"]