Trust Registry

List 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.

get/v1/relying-parties

Response

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

client_idstring

You receive the OpenID4VP (OpenID for Verifiable Presentations) client identifier. The value can be an empty string when you do not set one.

created_atstring date-time

You receive the timestamp when this relying party was registered.

idstring uuid

You receive the UUID for this relying party registration.

namestring

You receive the relying party display name.

originstring uri

You receive the registered web origin for this relying party.

statusstring

You receive the registration status for this relying party.

trust_policystring

You receive the trust policy for this relying party: tenant (inherit the tenant trust registry) or custom (per-relying-party trust rules).

Example response

[
  {
    "created_at": "2026-07-02T23:51:58.746686+00:00",
    "id": "44b2d61a-1634-486b-a35a-df26eb653a1a",
    "name": "Campus Door",
    "origin": "https://door.acme.example",
    "status": "active",
    "trust_policy": "tenant"
  }
]

Changes

Changed in 3 of the 8 revisions of this API.112

    • added the optional property items/trust_policy to the response with the 200 status

      response-optional-property-added

    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • removed the optional property items from the response with the 200 status

      response-optional-property-removed

    • added the media type application/json for the response with the status 200

      response-media-type-added

    This revision also has 111 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog