---
title: "List relying parties"
method: GET
path: "/v1/relying-parties"
tags: ["Trust Registry"]
---

# List relying parties

`GET /v1/relying-parties`

List relying parties registered under this tenant. Didit ID uses each origin when wallet presentation requests flow through the W3C Digital Credentials API. The response is a bare JSON array ordered by most recent creation time.

## Response `200`

A bare JSON array of relying party objects for the caller's tenant.

- object[]
  - `client_id` string — You receive the OpenID4VP (OpenID for Verifiable Presentations) client identifier. The value can be an empty string when you do not set one.
  - `created_at` string, date-time — You receive the timestamp when this relying party was registered.
  - `id` string, uuid — You receive the UUID for this relying party registration.
  - `name` string — You receive the relying party display name.
  - `origin` string, uri — You receive the registered web origin for this relying party.
  - `status` string — You receive the registration status for this relying party.
  - `trust_policy` string — You receive the trust policy for this relying party: `tenant` (inherit the tenant trust registry) or `custom` (per-relying-party trust rules).

## Changes

- **2026-07-05** `e4eddba66557` — 1 info
  - added the optional property `items/trust_policy` to the response with the `200` status
- **2026-07-03** `9addd64b04b1` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `items` from the response with the `200` status
- **2026-06-30** `1ee4908e9af4` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/relying-parties/get.md)

---

[API](https://skmtc.dev/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
