Read credential definition logo image
GET/v2/config/digital-wallet/openid/sdjwt/credential-definition/:credentialDefinitionId/logoimage
Retrieves the logo image associated with an OID4VCI credential definition.
Request
Path Parameters
credentialDefinitionId stringrequired
Unique identifier of the credential definition that specifies the credential format, type, and claims structure for OID4VCI issuance.
Responses
- 200
- 401
- 500
OK
Response Headers
- image/*
- Schema
Schema
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...