Resolve a DID (via JSON body)
Alternate form for clients that prefer POST (keeps the DID out of URL logs). Returns the same document GET would.
Request body
Response
DID Document
Example response
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://getbindu.com/ns/v1"
]
}Changes
Changed in 2 of the 12 revisions of this API.5313
- ▲
added the pattern
^did:bindu:.+to the request propertydidrequest-property-pattern-added
- ▲
removed the media type
application/jsonfor the response with the status400response-media-type-removed
- ▲
removed the media type
application/jsonfor the response with the status404response-media-type-removed
- ▲
the response property
@contextbecame optional for the status200response-property-became-optional
- ●
removed the optional property
bindufrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
servicefrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
resolveDidremoved and replaced withapi-operation-id-removed
- ○
added the optional property
verificationMethodto the response with the200statusresponse-optional-property-added
- ○
the response property
authenticationbecame required for the status200response-property-became-required
- ○
the
idresponse's property pattern^did:bindu:.+was added for the status200response-property-pattern-added
- ○
added the required property
authentication/items/controllerto the response with the200statusresponse-required-property-added
- ○
added the required property
authentication/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
authentication/items/publicKeyBase58to the response with the200statusresponse-required-property-added
- ○
added the required property
authentication/items/typeto the response with the200statusresponse-required-property-added
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errorresponse's property type/format changed fromstring/toobject/for status404response-property-type-changed
- ●
removed the optional property
detailsfrom the response with the404statusresponse-optional-property-removed
- ○
added the optional property
error/datato the response with the404statusresponse-optional-property-added
- ○
added the required property
error/codeto the response with the404statusresponse-required-property-added
- ○
added the required property
error/messageto the response with the404statusresponse-required-property-added
- ○
added the required property
idto the response with the404statusresponse-required-property-added
- ○
added the required property
jsonrpcto the response with the404statusresponse-required-property-added
- ▲