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.
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"
}
]