Resolve DID
DID
Resolve DID
Resolve a DID string to a W3C DID 1.1 Document.
GET
Resolve DID
Documentation Index
Fetch the complete documentation index at: https://docs.humanos.tech/llms.txt
Use this file to discover all available pages before exploring further.
Headers
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.
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2026-03-03"
Path Parameters
The DID string to resolve
Example:
"did:web:humanos.tech:humanos:org-abc123"
Response
DID Document
JSON-LD contexts. MUST include the DID core v1 context.
Example:
[
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/ed25519-2020/v1"
]The DID this document describes
Example:
"did:via:humanos:org-abc"
Verification methods declared for this DID
Verification method IDs authorized for authentication
Example:
["did:via:humanos:org-abc#key-1"]Verification method IDs authorized for making assertions
Example:
["did:via:humanos:org-abc#key-1"]Verification method IDs authorized for key agreement
Example:
["did:via:humanos:org-abc#key-2"]