---
title: "Fetch one trust framework by slug."
method: GET
path: "/v1/trust-frameworks/{slug}"
tags: ["Trust Registry"]
---

# Fetch one trust framework by slug.

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

## Path parameters

- `slug` string, required

## Response `200`

The trust framework matching the requested slug.

- object
  - `id` string, uuid — You receive the stable UUID for this trust framework.
  - `slug` string — You receive the URL-safe identifier for this framework.
  - `name` string — You receive the display name for the framework.
  - `region` string — You receive the region or jurisdiction for the framework.
  - `profile` string — You receive the interoperability profile for the framework.
  - `formats` string[] — You receive credential format identifiers such as `sd_jwt_vc` for SD-JWT VC (Selective-Disclosure JWT Verifiable Credential).
  - `description` string — You receive the framework summary shown to API consumers.
  - `custom` boolean — You receive `true` when the framework is tenant-owned.
  - `editable` boolean — You receive `true` when you can update or delete the framework.
  - `governed` boolean — You receive `true` when a governance authority manages the framework.
  - `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.
  - `member_issuers` object[] — You receive up to `member_issuer_limit` issuers registered under this framework, each annotated with whether an override blocks it.
    - `id` string, uuid — You receive the UUID of the member issuer.
    - `name` string — You receive the member issuer display name.
    - `iss` string, uri — You receive the member issuer identifier.
    - `blocked` boolean — You receive `true` when this issuer is blocked within the framework by an issuer override.
  - `member_issuer_limit` integer — You receive the maximum number of issuers returned in `member_issuers`.
  - `member_issuers_truncated` boolean — You receive `true` when `member_issuer_count` exceeds `member_issuer_limit`, meaning `member_issuers` is truncated.

---

[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)
