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

## Changes

- **2026-07-03** `9addd64b04b1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/trust-frameworks/:slug/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/88fc1af425df/schema)
