v1

latestSwagger 2.0Apache 2.02026-07-1710083.5 KB
DID module queries

Fetch specific version of a DID Document for a given DID

get/cheqd/did/v2/{id}/version/{version}

Path parameters

idstring required

DID unique identifier of the DID Document to fetch. UUID-style DIDs as well as Indy-style DID are supported.

Format: did:cheqd:<namespace>:<unique-identifier>

Examples:

  • did:cheqd:mainnet:c82f2b02-bdab-4dd7-b833-3e143745d612
  • did:cheqd:testnet:wGHEXrZvJxR8vw5P3UWH1j
versionstring required

Unique version identifier of the DID Document to fetch. Returns the specified version of the DID Document.

Format: <uuid>

Example: 93f2573c-eca9-4098-96cb-a1ec676a29ed

Response

A successful response.