---
title: "List trusted issuers"
method: GET
path: "/v1/trusted-issuers"
tags: ["Trust Registry"]
---

# List trusted issuers

`GET /v1/trusted-issuers`

List the issuers this tenant trusts when verifying presented credentials. During verification, Didit ID rejects any credential whose `iss` is not an active trusted issuer (the supply-chain-of-trust gate). The tenant's own self-trust row is guaranteed to exist so the registry is never empty. Scoped to the caller's tenant via the API key. Returns a bare JSON array ordered by most-recently-created first.

## Response `200`

A bare JSON array of trusted issuer objects for the caller's tenant, newest first.

- object
  - `items` string[] — Array of trusted issuer 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/trusted-issuers/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/2eeb13158ffa/schema)
