Trust Registry
Fetch one trust framework by slug.
Fetch one trust framework by slug. You use this endpoint to inspect a custom or governed framework before linking it to a trusted issuer.
get/v1/trust-frameworks/{slug}
Path parameters
slugstring required
Slug of the trust framework to fetch.
Response
The trust framework matching the requested slug.
Example response
{
"id": "5225b027-6ce6-482e-8b99-5362dffb5a7e",
"slug": "acme-partner-framework-ypr5",
"name": "ACME Partner Framework ypr5",
"region": "EU",
"profile": "custom",
"formats": [
"sd_jwt_vc"
],
"description": "Partner onboarding trust rules.",
"custom": true,
"editable": true,
"trusted": true,
"member_issuer_count": 3,
"member_issuers": [
{
"id": "ef799a56-23dc-467d-9760-9fd20a8457fa",
"name": "Gov PID Issuer",
"iss": "https://issuer.gov.example"
}
],
"member_issuer_limit": 100
}