---
title: "GET /openid4vc/issuers"
method: GET
path: "/openid4vc/issuers"
tags: ["OpenID4VC Issuers"]
---

# GET /openid4vc/issuers

`GET /openid4vc/issuers`

## Query parameters

- `publicIssuerId` string

## Headers

- `x-tenant-id` string

## Response `200`

Ok

- OpenId4VcIssuerRecord[]
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time
  - `type` string, required
  - `publicIssuerId` string, required — The public issuer id, used for hosting OpenID4VCI metadata and endpoints
  - `accessTokenPublicKeyFingerprint` string, required
  - `credentialsSupported` OpenId4VciCredentialSupportedWithId[], required
    - union
      - object
        - `cryptographic_binding_methods_supported` string[]
        - `cryptographic_suites_supported` string[]
        - `display` CredentialsSupportedDisplay[]
          - `name` string, required
          - `locale` string
          - `logo` ImageInfo — Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
            - `url` string
            - `alt_text` string
          - `description` string
          - `background_color` string
          - `text_color` string
          - `background_image` ImageInfo — Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
            - `url` string
            - `alt_text` string
        - `id` string, required
        - `format` union, required
          - 'jwt_vc_json' | 'jwt_vc'
          - 'jwt_vc_json' | 'jwt_vc'
        - `types` string[], required
        - `credentialSubject` IssuerCredentialSubject
        - `order` string[]
      - object
        - `cryptographic_binding_methods_supported` string[]
        - `cryptographic_suites_supported` string[]
        - `display` CredentialsSupportedDisplay[]
          - `name` string, required
          - `locale` string
          - `logo` ImageInfo — Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
            - `url` string
            - `alt_text` string
          - `description` string
          - `background_color` string
          - `text_color` string
          - `background_image` ImageInfo — Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
            - `url` string
            - `alt_text` string
        - `id` string, required
        - `format` union, required
          - 'jwt_vc_json-ld' | 'ldp_vc'
          - 'ldp_vc' | 'jwt_vc_json-ld'
        - `types` string[], required
        - `@context` ICredentialContextType[], required
          - union
            - object — Construct a type with a set of properties K of type T
              - …
            - string
        - `credentialSubject` IssuerCredentialSubject
        - `order` string[]
      - object
        - `cryptographic_binding_methods_supported` string[]
        - `cryptographic_suites_supported` string[]
        - `display` CredentialsSupportedDisplay[]
          - `name` string, required
          - `locale` string
          - `logo` ImageInfo — Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
            - `url` string
            - `alt_text` string
          - `description` string
          - `background_color` string
          - `text_color` string
          - `background_image` ImageInfo — Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
            - `url` string
            - `alt_text` string
        - `id` string, required
        - `format` union, required
          - 'vc+sd-jwt'
          - 'vc+sd-jwt'
        - `vct` string, required
        - `claims` IssuerCredentialSubject
        - `order` string[]
  - `display` OpenId4VciIssuerMetadataDisplay[]
    - `name` string
    - `locale` string
    - `logo` ImageInfo — Important Note: please be aware that these Common interfaces are based on versions v1_0.11 and v1_0.09
      - `url` string
      - `alt_text` string
    - `description` string
    - `background_color` string
    - `text_color` string

---

[API](https://skmtc.net/openwallet-foundation/apis/credo-rest-api.md) · [All operations](https://skmtc.net/openwallet-foundation/apis/credo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwallet-foundation/credo-rest-api/revisions/33596742b733/schema)
