Trust Registry
List trust frameworks
List governed platform catalog and tenant custom trust frameworks. You use a framework slug when you register a trusted issuer. The response is a bare JSON array of framework objects.
get/v1/trust-frameworks
Response
A bare JSON array of trust framework objects.
Example response
[
{
"description": "Mobile driving licence (proximity + online).",
"formats": [
"mdoc"
],
"governed": true,
"id": "44f87e28-1869-46de-a029-af9dc748e1c0",
"name": "ISO/IEC 18013-5 mDL",
"profile": "ISO mDL",
"region": "Global",
"slug": "iso-mdl",
"trusted": true,
"member_issuer_count": 3
}
]