---
title: "List DID services"
method: GET
path: "/identifiers/{did}/services"
tags: ["Services"]
---

# List DID services

`GET /identifiers/{did}/services`

Lists the DID document service entries currently stored for the DID.
Service entries use the DID Core wire shape: `id`, `type`, and
`serviceEndpoint`.

## Parameters

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

## Response `200`

List of DID services.

- DidServiceListResponse — List of DID services.
  - `items` DidDocumentService[], required — unresolved $ref

## Other responses

- `401` — unresolved $ref
- `403` — 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)
