Trust Registry
Create a custom, tenant-owned trust framework.
Create a custom trust framework for your tenant. You use the returned slug when you register trusted issuers. Governed frameworks are managed by their authority.
post/v1/trust-frameworks
Request body
Example request
{
"name": "ACME Partner Framework ypr5",
"region": "EU",
"profile": "custom",
"formats": [
"sd_jwt_vc"
],
"description": "Partner onboarding trust rules."
}Response
The custom trust framework was created.
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
}