---
title: "List trust frameworks"
method: GET
path: "/v1/trust-frameworks"
tags: ["Trust Registry"]
---

# List trust frameworks

`GET /v1/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.

## Response `200`

A bare JSON array of trust framework objects.

- object[]
  - `custom` boolean — You receive `true` when the framework is tenant-owned.
  - `description` string — You receive the framework summary shown to API consumers.
  - `editable` boolean — You receive `true` when you can update or delete the framework.
  - `formats` string[] — You receive credential format identifiers such as `mdoc` or `sd_jwt_vc` for SD-JWT VC (Selective-Disclosure JWT Verifiable Credential).
  - `governed` boolean — You receive `true` when a governance authority manages the framework.
  - `id` string, uuid — You receive the stable UUID for this trust framework.
  - `name` string — You receive the display name for the framework.
  - `profile` string — You receive the interoperability profile for the framework.
  - `region` string — You receive the region or jurisdiction for the framework.
  - `slug` string — You use this URL-safe identifier in the `framework` field when you register a trusted issuer.
  - `trusted` boolean — You receive `true` when this framework is currently trusted for the tenant. Governed frameworks are trusted by default.
  - `member_issuer_count` integer — You receive the number of trusted issuers registered under this framework for the tenant.

---

[API](https://skmtc.net/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.net/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/versions/e4eddba66557/schema)
