---
title: "List verification relationships (derived view)"
method: GET
path: "/identifiers/{did}/verification-relationships"
tags: ["VerificationRelationships"]
---

# List verification relationships (derived view)

`GET /identifiers/{did}/verification-relationships`

Returns the per-purpose view of verification relationships derived
from the DID's verification methods. Read-only; to add or remove
a VM from a relationship, update the VM's
`valueVerificationRelation` / `referenceVerificationRelations`.

## Query parameters

- `purpose` VerificationPurpose — unresolved $ref

## Parameters

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

## Response `200`

List of verification relationships.

- VerificationRelationshipListResponse — Derived per-purpose view of the DID's verification relationships.
  - `items` VerificationRelationshipView[], 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)
