Dids

Get DID

Returns a single DID. The default response is the lightweight Did summary, the same shape as items in GET /identifiers. Use ?expand=document,keys (or ?expand=all) to include the resolved DID document and KMS key mappings inline on the returned object.

Sub-resource collections (controllers, also-known-as, equivalent-ids, verification methods, verification relationships, services) are deliberately not folded into this response; fetch them via their dedicated sub-resource endpoints (/identifiers/{did}/controllers, /identifiers/{did}/verification-methods, etc.).

get/identifiers/{did}

Query parameters

expandstring[]

Comma-separated list of optional projections to include inline on the returned Did. The default response carries only the lightweight summary fields. all is shorthand for every supported projection. Adding new values is backward-compatible; clients should ignore unknown values.

Parameters

./common-components.yml#/components/parameters/CorrelationId — unresolved $ref

Response

DID retrieved successfully.

Did required— unresolved $ref

Changes