---
title: "Get framework trust state"
method: GET
path: "/v1/trust-frameworks/{slug}/trust"
tags: ["Trust Registry"]
---

# Get framework trust state

`GET /v1/trust-frameworks/{slug}/trust`

Return whether a trust framework is currently trusted for the tenant, and whether that value is the framework default or an explicit override. Pass an optional `relying_party` query parameter to read the per-relying-party trust state.

## Path parameters

- `slug` string, required

## Query parameters

- `relying_party` string, uuid

## Response `200`

The framework trust state for the tenant.

- object
  - `slug` string — You receive the framework slug.
  - `enabled` boolean — You receive `true` when the framework is trusted.
  - `is_default` boolean — You receive `true` when `enabled` is the framework default (no explicit override exists).

## Changes

- **2026-07-05** `e4eddba66557` — 1 info
  - endpoint added

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