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

---

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