VerifiedCredentialStatus
statusListCredentialstringrequired
Example:
credential-identifier-123
statusListIndexstringrequired
Example:
1
statusPurposestringrequired
Possible values: [refresh
, revocation
, suspension
, message
]
Example:
refresh
statusbooleanrequired
Example:
true
messagestring
Example:
Optional verification message
VerifiedCredentialStatus
{
"statusListCredential": "credential-identifier-123",
"statusListIndex": "1",
"statusPurpose": "refresh",
"status": true,
"message": "Optional verification message"
}