Configure Qualified Trust Service Provider (QTSP) credential
POST/v2/config/digital-wallet/openid/key-management/qtsp
Configures a Qualified Trust Service Provider (QTSP) credential for remote signing of OID4VCI issued credentials.
Request
- application/json
Body
credentialId string
userPin string
Responses
- 201
- 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...