Performance statistics of a wallet provider
GET/v2/config/digital-wallet/openid/wallet-provider/statistics
This endpoint is to get performance statistics of a wallet provider
Responses
- 200
- 400
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
performanceStatistics object[]
oid4vc object
Details of credential issuance history of organisation wallets under wallet provider
Total number of credential types
Total number of issued credentials
Total number of verifications
totalCredentialIssuanceHistory object
Monthly data of credential issuance history of organisation wallets under wallet provider
last6Months object
last 6 month data
month
Total number of credential types
Total number of issued credentials
Total number of verifications
last12Months object
last 12 month data
month
Total number of credential types
Total number of issued credentials
Total number of verifications
cumulative object
total data
Total number of credential types
Total number of issued credentials
Total number of verifications
individualWalletUnit object
Details of individual wallets units under wallet provider
Total number of Wallet units
Active wallet units
Revoked wallet units
organisationWalletUnit object
Details of organisation wallet units under wallet provider
Total number of Wallet units
Active wallet units
Revoked wallet units
{
"performanceStatistics": [
{
"oid4vc": {
"totalCredentialTypes": 15,
"totalIssuedCredentials": 16,
"totalVerifications": 7
},
"totalCredentialIssuanceHistory": {
"last6Months": {
"month": "jan-2025",
"totalCredentialTypes": 15,
"totalIssuedCredentials": 16,
"totalVerifications": 7
},
"last12Months": {
"month": "jan-2025",
"totalCredentialTypes": 15,
"totalIssuedCredentials": 16,
"totalVerifications": 7
},
"cumulative": {
"totalCredentialTypes": 15,
"totalIssuedCredentials": 16,
"totalVerifications": 7
}
},
"individualWalletUnit": {
"total": 120,
"active": 5,
"revoked": 6
},
"organisationWalletUnit": {
"total": 120,
"active": 5,
"revoked": 6
}
}
]
}
bad input parameter