DID Resolution

Resolve DID

Resolves a Decentralized Identifier (DID) to its W3C-compliant DID document. Supports custom Bindu DID format: did:bindu:{author}:{agent_name}:{agent_id}

post/did/resolve

Request body

didstring required

The DID to resolve

Example request

{
  "did": "did:bindu:raahul_at_saptha_me:first_agent:e091ddb0b2c84bd8991fdfd1ecbb9da6"
}

Response

DID document

@contextstring[] required
idstring required

The DID

createdstring date-time
authenticationobject[]
binduobject

Bindu-specific metadata

serviceobject[]

Changes