---
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.

## Changes

- **2026-07-05** `e4eddba66557` — 2 info
  - added the optional property `items/member_issuer_count` to the response with the `200` status
  - added the optional property `items/trusted` to the response with the `200` status
- **2026-07-03** `9addd64b04b1` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `items` from the response with the `200` status
- **2026-06-30** `1ee4908e9af4` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/trust-frameworks/get.md)

---

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