---
title: "List trust frameworks"
method: GET
path: "/v1/trust-frameworks"
tags: ["Trust Registry"]
---

# List trust frameworks

`GET /v1/trust-frameworks`

List the global reference trust frameworks Didit ID recognizes (eIDAS 2.0 / EUDI, ISO/IEC 18013-5 mDL, Swiss e-ID, US mDL / AAMVA). These are read-only reference rows seeded on first access — they are not tenant-scoped — and are used to tag a trusted issuer with the framework it operates under. The response is a bare JSON array of framework objects ordered by name.

## Response `200`

A bare JSON array of trust framework objects, ordered alphabetically by name.

- object
  - `items` string[] — Array of trust framework reference objects.

## Changes

- **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/1ee4908e9af4/schema)
