---
id: config-digital-wallet-open-id-read-issuer-metadata
title: "Read credential issuer metadata"
description: "Retrieves the OID4VCI Credential Issuer Metadata for this organization."
sidebar_label: "Read credential issuer metadata"
hide_title: true
hide_table_of_contents: true
api: eJzdVttu2zgQ/ZUBnxJAvuRSYCEUxaZ22nUvm6BJk4fA2DDi2GIjkSpJOXEN/ftiSFmyZaeLLvZpX2zd5nDmzMyZWTGBNjGycFIrFrMv6IzEBVpwKcLFZHx6M5rAyKBA5STPYGJtiQY+o+OCOw4zbcCl0oI2c67kD05AfRYxXaDxNxPBYpZoNZPzsZxLx7NbnmXoLgpUE/EFuQiYa0gWsYIbnqNDY1l8t+q4mLTOyOBMaTLvxwxdkko1977X7/IWVZL19xLNkkVM8Ry3wIITLGI2STHnLF4xtyzoG+uMVHNWVdFqL8YCjSXXXjaNGKoyZ/EdE4bP3F9HRyxaX56waVVNI2bQFlpZtGR+PBzSX6KVQ+XokhdFJhNP6OCbJSJWG8cVhuh2Mlh3g2qYbR3TD98wceTFFrfXKcIuv2sOQc88tTtfEDcd5IoebYNPOmimrjUBtkwStHZWZhnxmiIXPvcrAjkNXGxjPXABUhWlg6ZW9hge/RKJBr+X0qCgPKEx2oy0QModXY83jp92g406CWitW8alcjj3XuIzz4sMWXw6HFZ74PeVz9qEvd0TeFXtYfur4qVLtZE/UOxQ8+oX6+v/Rc1EOTSKZ2DRLNCAP6bDURUxi0lppFt6DTor5EekyynJwFvkBs1Z6VL/hKLmcxIrVkscBI2DA69ypKKHLGJ/6EygIZJydKkmYZyj54gTEhssjgdBKQci4PSePM5AF6ikGLSd15ONXvkg9inlGHNdx8giVpqMxSx1rrDxYCAw1z1eyL6cG65cX2pGgW0DXBotyoRuXoL5J4Qrx+ekyC+Y2/C668i0Jf+KajCUzjoFTQ3w8KBW9pC9VpbP6vL3Nb2jdGeXE3jEJVCTEKOh9PtACrjgWYlrsbvfwrmHcAzkpXXwgFAYnMlnFPAkXQr3wUe4hwOlHXoAZ7jMPAcFT/AwAuzP+x3YGGrD10tdGqKj94jLN/d9VkVbxbZiD/7unTY5dyxmH26vd2PzagpOP6KCglu7di8g1T6DVLDlBDQM+sYnDsNhrGlqypsXe6lmeq0gPPEKgjmXlFtbFoU27vc2n01K5Pv20XYhbNZQJ5rGCAqjF1KgBQ6JpqZ3CJL+c1QuhFAnLXSdXwpu0MiZ5A8Zbqwx1u8xXCUIB/WScwhciRcMLw3a5oimpS8PySOnE51ZKhxpgaoKFdlsL0SUjDArI0h1JiJ/2IJOWELd6htj1UJpfcU4rgQ3wvZ8vJIrB7NMP9mQzppp7+3tyQhuRnDw4fb6MILJ+fU7uBr3Ptxew80onDa5uoCj34ZHJ71XkI91MsjHnzZH+cyXlKXdLZMJKuslet1MBU9ShOP+cCd1T09Pfe5f97WZD2pbO/g0GZ3/eXXeIxtaD6TLtmrAkyV0UjbZY1GzS8XseHh82j/pH5Ftoa3Ludrwh9bGn2wq3ZbYGHX/4YpbN4XDZzcoMi4V+erJWdWKfscWxyyqt19yakvVw5asJM3nXWWfRizV1hHIavXALX41WVXR47B/er2XlopNsHjGM4s/ifpfb817g3wkHd63PHvpZDELo6DrXTBr9+X26yndGN9tYcau5ZyiDGakaoXbsNpZWarNwfr+nISR16rZToxHPzHqC0Jfv1LLDezu8Agu0C8FttfkNdXzR1y+aT4Pb140aOQ2fE3MTquq+htpiLWB
sidebar_class_name: "get api-method"
info_path: docs/openid4vc-api/igrant-io-api-documentation
custom_edit_url: null
---

> **Build this with an AI coding agent.** Install the iGrant.io Agent Skills, then ask your agent to build the integration:
>
> ```bash
> npx skills add L3-iGrant/skills
> ```


import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1 className={"openapi__heading"}>Read credential issuer metadata</h1>

<MethodEndpoint method={"get"} path={"/v2/config/digital-wallet/openid/credential-issuer"}></MethodEndpoint>



Retrieves the OID4VCI Credential Issuer Metadata for this organization.

## Request

<details style={{"marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collapsed={false} open={true}><summary style={{}}><h3 className={"openapi-markdown__details-summary-header-params"}>Query Parameters</h3></summary><div><ul><ParamsItem className={"paramsItem"} param={{"description":"credential issuer url for fetching the issuer metadata","in":"query","name":"credentialIssuer","schema":{"type":"string"}}}></ParamsItem><ParamsItem className={"paramsItem"} param={{"in":"query","name":"version","schema":{"type":"string","enum":["draft_11","draft_13"]}}}></ParamsItem></ul></div></details><div><div><ApiTabs label={undefined} id={undefined}><TabItem label={"200"} value={"200"}><div>

Issuer metadata retrieved successfully

</div><details style={{"textAlign":"left","marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collaposed={true} open={false}><summary style={{}}><strong>Response Headers</strong></summary><ul style={{"marginLeft":"1rem"}}></ul></details><div><MimeTabs className={"openapi-tabs__mime"} schemaType={"response"}><TabItem label={"application/json"} value={"application/json"}><SchemaTabs className={"openapi-tabs__schema"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} className={"openapi-markdown__details response"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-response"}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"credentialIssuerMetadata"} required={false} schemaName={"object"} qualifierMessage={undefined} schema={{"type":"object","description":"The credential issuer metadata of the credential issuer"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"credentialIssuerMetadata\": {}\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"400"} value={"400"}><div>

bad input parameter

</div><details style={{"textAlign":"left","marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collaposed={true} open={false}><summary style={{}}><strong>Response Headers</strong></summary><ul style={{"marginLeft":"1rem"}}></ul></details><div></div></TabItem><TabItem label={"401"} value={"401"}><div>

Unauthorized

</div><details style={{"textAlign":"left","marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collaposed={true} open={false}><summary style={{}}><strong>Response Headers</strong></summary><ul style={{"marginLeft":"1rem"}}></ul></details><div><MimeTabs className={"openapi-tabs__mime"} schemaType={"response"}><TabItem label={"application/json"} value={"application/json"}><SchemaTabs className={"openapi-tabs__schema"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} className={"openapi-markdown__details response"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-response"}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"errorCode"} required={true} schemaName={"integer"} qualifierMessage={undefined} schema={{"type":"integer","example":400}}></SchemaItem><SchemaItem collapsible={false} name={"errorDescription"} required={true} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string","example":"Bad input parameter"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"errorCode\": 400,\n  \"errorDescription\": \"Bad input parameter\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>

Internal server error

</div><details style={{"textAlign":"left","marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collaposed={true} open={false}><summary style={{}}><strong>Response Headers</strong></summary><ul style={{"marginLeft":"1rem"}}></ul></details><div><MimeTabs className={"openapi-tabs__mime"} schemaType={"response"}><TabItem label={"application/json"} value={"application/json"}><SchemaTabs className={"openapi-tabs__schema"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} className={"openapi-markdown__details response"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-response"}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"errorCode"} required={true} schemaName={"integer"} qualifierMessage={undefined} schema={{"type":"integer","example":400}}></SchemaItem><SchemaItem collapsible={false} name={"errorDescription"} required={true} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string","example":"Bad input parameter"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"errorCode\": 400,\n  \"errorDescription\": \"Bad input parameter\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem></ApiTabs></div></div>
      