List Qualified Trust Service Provider (QTSP) Credentials
GET/v2/config/digital-wallet/openid/key-management/qtsp/credentials
Lists all configured QTSP credentials available for OID4VCI remote signing.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
credentials string[]
{
"credentials": [
"string"
]
}
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...