v13

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-04-23163074.4 KB
DID Resolution

Resolve a DID (via query string)

Return the DID Document for a did:bindu:... identifier. The document contains the agent's public key, which peers use to verify signatures on artifacts and requests.

get/did/resolve

Query parameters

didstring required

Full DID string

Response

DID Document

@contextstring[]
idstring required
createdstring date-time

Example response

{
  "@context": [
    "https://www.w3.org/ns/did/v1",
    "https://getbindu.com/ns/v1"
  ]
}