Appearance
DID Fragment
A request for a URL-encoded DID URL with a fragment will return only the part of the DID document that is identified by the fragment, e.g. a verification method:
did:indy:sovrin:Uarrb25Y6v2jhLCJyqTKE7#verkey
bash
curl -X GET "https://api.godiddy.com/1.0.0/universal-resolver/identifiers/did%3Aindy%3Asovrin%3AUarrb25Y6v2jhLCJyqTKE7%23verkey" \
-H "Authorization: Bearer b082c420-df67-4b06-899c-b7c51d75fba0" \
-H "Accept: application/did"1
2
3
2
3
NOTE
DID URLs with fragments are supported for all DID methods.