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
Example response
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://getbindu.com/ns/v1"
]
}Changes
Changed in 3 of the 12 revisions of this API.12
- ○
endpoint added
endpoint-added
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
- ▲
- ○
endpoint added
endpoint-added
- ○