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.
Response
A bare JSON array of relying party objects for the caller's tenant.
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_policyto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ●
removed the optional property
itemsfrom the response with the200statusresponse-optional-property-removed
- ▲
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
This revision also has 111 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○