Trust Registry
List trusted issuers
List the issuers this tenant trusts when verifying presented credentials. Didit ID rejects credentials whose iss value does not match an active trusted issuer. The response is a bare JSON array ordered by most recent creation time.
get/v1/trusted-issuers
Response
A bare JSON array of trusted issuer objects for the caller's tenant.
Example response
[
{
"added_by": "TenantPrincipal<docs-capture-z2373a:owner>",
"created_at": "2026-07-02T23:51:58.727290+00:00",
"framework": "acme-partner-framework-y4bf",
"id": "ef799a56-23dc-467d-9760-9fd20a8457fa",
"iss": "http://localhost:8011/v1/issuers/docs-external-issuer-b2u6ty",
"name": "Gov PID Issuer",
"status": "active",
"trust_anchor": "https-jwks",
"validation_state": "unverified"
}
]