Request wallet unit attestation
POST/v2/config/digital-wallet/openid/wallet-unit/request
Requests a wallet unit attestation from the wallet provider for OID4VCI credential issuance.
Request
- application/json
Body
walletProviderUri string
Responses
- 200
- 401
- 500
Response Headers
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...