---
id: config-request-digital-wallet-open-id-wallet-unit
title: "Request wallet unit attestation"
description: "Requests a wallet unit attestation from the wallet provider for OID4VCI credential issuance."
sidebar_label: "Request wallet unit attestation"
hide_title: true
hide_table_of_contents: true
api: eJzlVktvGzcQ/iuDOdnASis7DlAsgqCO5LRKgtqIXwfHgOnd0YrxLsmQXMmqsP+9GHL1dNyih556kbgkZzjP75slFuRyK42XWmGGX+lHQ847EDAXVUUeGiU9CO/JecGXYGJ1DX5KqwvG6pksyMJEWzgfj05uhmPILRWkvBQVSOcaoXLqY4LakA1axgVmmGs1kWX35EiW0ovqNig9N6TGRVxfK+kxQRuvfdDFArMly3pSnpfCmErmQW363bEbS3T5lGrBK2P5US/J8Ve0+aIz+dpK3vQLQ5ih81aqEts2We3ox++Ue2xb3rPkjFYu6jkeDPhvN3iY4JREQZavsMjJ4Ohf2co+SksFZndI1mo71AVhEtejrbfu901M9vzcSG/8k8pTSZb1PYvaVITZyWDQ/kT9i5hsieAHUYBUpvFghBU1ebIhQm2yF45rJRo/1Vb+ScWL0LyNAfyfhmasPFklKnBkZ2QhPLMXozZBR3ljpV9gdrfEUyM/Ey/v22SJH0hYsqeNn4Yd9lqUjqPTNRLE7oGD0EvclYeY4O+6KshykGryU81daLQLQRKsCtPZcRr7Mi2iol7smVQbUrJI41ePYSHtehLZUvbDBUN3XR1RrTs3McHGVpjh1HvjsjQtqNY9YWRfllYo35ca2bddBRdWF00eoOcVNf+k4dKLUqryNXEXj/cNud/E/5LLMFbPKgvrMhBxI0HJT8UEYoJK1Hx62nVAKGvcL4PTizE80QK4TxgtY/X34WpKMBNVQ6AnAWofdvQ8QHwG6sZ5eCQwlibymQqYSz+Fh2gjPMCB0p6CAm+FrEIMjMjpMAHql/09tRl0gu8WurEcjt4TLd4/9LFNduptiY/h66O2tfCY4afbq5e+5Tk5B14/kQIjnFuZFzV1NoNUsGMErCMYep9jGB/DdV9z3gJKM0p83dDC2aoPfwrza3jnTE30CnxEHsCHaiG5JlxjjLb+100drFMpf9ts7RbQdu3tRWEttKJJZtZcs52eQPJ/Tapj1i7ZsWEDnd6QlRMpHiuC4ZpRHYw7SoWDjm8PQajiFcELS279xBoNLg7ZIq9zXTkuOOmAq5EUyzjQthSqSwknMbA4JTDVVZGEx2b8wgI6kNgifAeNC5XmhSqELVwv+CuF8jCp9NzFMugiHay9fTOEmyEcfLq9OkxgfHb1ES5HvU+3V3AzjK+NL8/h6JfB0ZveW6hHOk/r0ZftIWMSStHxjFHJnJQLZbBqQiPyKcFxf/AidfP5vC/CcV/bMu1kXfplPDz74/KsxzI8D0hf7dRACFah82adPUyQETCm/XhwfNJ/0z9iWcbXWqgte7qafW3C2m+lLZb8r+ezrsM8PfvUVEIqdiBEbNkRxB3OjjHpRje2dIck4oinJPP9FlFsxjdmnikTTnaHy+WjcHRtq7bl7R8N2UBvCc6EDbUbyW4FqswtT4y9OIzx6F2xuXy9aiIU700QTAVRgtHI+L+9u82JF+eXjGiP3bBZh2kBrZizJ2KOGX7Dbxi8DR0SJhTeX2IlVNmIku9HvYxUosPNDWc8Bc7oFuzZ6kgttqzcp4/oDP+yaz8VeceV+ZkW79fX48mrAmvAjbc55/dt2/4FCocyVg==
sidebar_class_name: "post 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"}>Request wallet unit attestation</h1>

<MethodEndpoint method={"post"} path={"/v2/config/digital-wallet/openid/wallet-unit/request"}></MethodEndpoint>



Requests a wallet unit attestation from the wallet provider for OID4VCI credential issuance.

## Request

<MimeTabs className={"openapi-tabs__mime"}><TabItem label={"application/json"} value={"application/json-schema"}><details style={{}} className={"openapi-markdown__details mime"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-mime"}><h3 className={"openapi-markdown__details-summary-header-body"}>Body</h3></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"walletProviderUri"} required={false} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string"}}></SchemaItem></ul></details></TabItem></MimeTabs><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></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>
      