---
title: "Get DID"
method: GET
path: "/identifiers/{did}"
tags: ["Dids"]
---

# Get DID

`GET /identifiers/{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.).

## Query parameters

- `expand` string[]

## Parameters

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

## Response `200`

DID retrieved successfully.

- Did — unresolved $ref

## Other responses

- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/did-rest-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/did-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/did-rest-api/revisions/d575fc307e80/schema)
