Resolve DID
Resolve a DID to its W3C DID 1.1 Document. Only DIDs with ACTIVE status resolve; an unknown or non-active DID returns 404. The document lists every registered key under verificationMethod, while authentication and assertionMethod reference only non-revoked keys.
Headers
Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.
^\d{4}-\d{2}-\d{2}$"2026-07-06"
Path Parameters
The DID to resolve — a Humanos did:web identifier such as did:web:humanos.tech:org:<uuid> or did:web:humanos.tech:user:<uuid>. URL-encode the DID before placing it in the path (it contains : separators).
"did:web:humanos.tech:org:550e8400-e29b-41d4-a716-446655440000"
Response
The resolved W3C DID 1.1 Document for the requested DID.
JSON-LD contexts. MUST include the DID core v1 context.
The DID this document describes
"did:web:humanos.tech:org:550e8400-e29b-41d4-a716-446655440000"
Verification methods declared for this DID
Verification method IDs authorized for authentication
Verification method IDs authorized for making assertions
Verification method IDs authorized for key agreement