Trust Registry
Validate a trusted issuer
Validate a trusted issuer's trust anchor. Didit ID checks reachability and key resolution. You can use the result before relying on a new or changed issuer.
post/v1/trusted-issuers/{uuid}/validate
Path parameters
uuidstring uuid required
UUID of the trusted issuer registry entry to validate.
Request body
object required
Response
The trusted issuer object with a validation result.
Example response
{
"id": "18d3239a-4a0e-412b-9487-17ce7dc3bb8e",
"name": "Gov PID Issuer",
"iss": "http://localhost:8011/v1/issuers/docs-external-issuer-9r79lx",
"trust_anchor": "https-jwks",
"status": "active",
"added_by": "TenantPrincipal<docs-capture-6clew6:owner>",
"framework": "acme-partner-framework-ypr5",
"created_at": "2026-07-02T23:33:35.153496+00:00",
"validation": {
"reachable": true,
"anchor_ok": true,
"issuer_matches": true,
"jwks_keys": 2,
"status": "active",
"validation_state": "unverified"
},
"validation_state": "unverified"
}