---
id: config-digital-wallet-open-id-read-ebsi-schema
title: "Read EBSI Schema"
description: "Retrieves a credential schema from the EBSI Trusted Schema Registry by its ID."
sidebar_label: "Read EBSI Schema"
hide_title: true
hide_table_of_contents: true
api: eJzlVktv2zgQ/iuDOSWAbDlpCiyEotjETgu3xTZI0uQQGAgtjSU2EqmSlFPX0H9fDKnIjyS7e9g97cWWRM7MN69vZo0Z2dTI2kmtMMFLckbSkiwISA1lpJwUJdi0oErAwugKXEFwfnY1hWvTWEcZXIXDS8qldWYF8xVIZ2E6GWKEuiYjWPk0wwRTrRYyn8hcOlHeirIk97UmNc0uSWTncyuDLoywFkZU5MhYTO7Weyi/KfmjIZAe3kKSAb14EbDxmMhQBlK9htz20BmwZAO1cAVGqERFmCD1wKYZRmjoRyMNZZg401CEwRYma3Srmu9bZ6TKsW1nfNnWWlmyfH48GvHfrjMYcVgcKcdnoq5LmfqIxd8tX1hvGagNx9PJoG6Da8u4nn+n1GHbRs++tBEWJDIf0zW/nYyOWPIfm994fodkjDZjnRFG4Xmy5dVs33i0D72X3iCXylFOhvX9FFVdEiYno1H7gvpnod4SwTPBya4bB30Nse/s734VicYV2shfxGndDc3bkKr/aWimypFR3EdklmTAm9mLURuhpbQx0q18i57W8jPx46yN1nhGwpA5bVzhv7DXIudexq77IbQ/HHgCmJzcjA8xQt+ZcKrSQhsOVUWu0MwcOflIcV8mGC+P40AlcRa0DR69tljXpGQWO1YzEF5NHJIUr7fbuEVGz769xC8TqnTnOkbYmBITLJyrbRLHGVV6IGo5lLkRyg2lRvZ3V8GF0VmT8strav5Ow5UTuVT5a+I2HO8DmW1y4j0NFfWUmb40RPjQkV1I6obuTruu8KWO+6VxejGFB1oB9w6TbeiIIVwXBEtRNsRczEx7v6PnHoIZqDjBc4La0EL+pAwepSvgPmCEezhQ2pFX4IyQpY9BLVI6jICG+XBPbQKd4LuVbgyHY/BAq/f3Q2yjnRpc49y/fdCmEg4T/HR7/dy3NCVrwekHUlALa5/gBU0dZh4lOyCgj6AvNY5hMIZ9r3PePCdLtdBPxCJSTyxUCcm5tU1da+N+3+SzT4n8uPm0WwjbNbTnTS8EtdFLmYWhrpkLHIHk/4qUCy50SQvNCAtt4IaMXEgxLwnG/WC1MLW2ESolOPjqu3Z6CEJlrwheGLK9ib7TLw4ZkdOpLi0XjrTAVUWKZSxokwvVhZaTAdLahiIodJlF3tiSLayg6/2tuW+hsb5inFCZMJkdeH+lUA4WpX60IZ1dpD3a2zdjuBnDwafb68MIpufXH+BqMvh0ew0342BtevUVjn4bHb0ZvIVqotO4mnzZ3jUWvqQsLw+lTElZz9xPzVSLtCA4Ho6epe7x8XEo/PFQmzzuZG38ZTo+/+PqfMAyPMWlK3dqwAcr02nTZw8jZCYLaT8eHZ8M3wyPWLbW1lVCbeHhRSssQf2qle2Oj37k/fvLYNcMjn66uC6FVIzRB2XdUfsdLo/DQrSQPLt26T3sk0ryuN6meOyXsAiTnW1tFmGhrWPF6/VcWPpmyrblzz8aMn5aRbgUxpdrmATS8nOGyUKUlv4iPAeX3cw/hP9yIX0xaE9ErpjFPe2GTfKBeX53YW1n/d7nHQxXmOpqtyX8bL1pt8fvx3NmS9FR6WaMPPgx0j2w9heB7U+UAIF/efC9KPKOi/wzrd7318PJqwI9B4fbHKZZ27Z/ApQFccM=
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 EBSI Schema</h1>

<MethodEndpoint method={"get"} path={"/v2/config/digital-wallet/openid/trust-anchor/schema/{ebsiSchemaId}"}></MethodEndpoint>



Retrieves a credential schema from the EBSI Trusted Schema Registry by its ID.

## Request

<details style={{"marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collapsed={false} open={true}><summary style={{}}><h3 className={"openapi-markdown__details-summary-header-params"}>Path Parameters</h3></summary><div><ul><ParamsItem className={"paramsItem"} param={{"description":"Unique identifier of a credential schema registered in the EBSI Trusted Schemas Registry.","in":"path","name":"ebsiSchemaId","required":true,"schema":{"type":"string"}}}></ParamsItem></ul></div></details><div><div><ApiTabs label={undefined} id={undefined}><TabItem label={"200"} value={"200"}><div></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={"ebsiSchema"} required={false} schemaName={"object"} qualifierMessage={undefined} schema={{"type":"object"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"ebsiSchema\": {}\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></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>
      