Skip to main content
Version: Next

CredentialOfferStatus

idnumberrequired
Example: 1
createddate-timerequired
Example: 2023-10-01T00:00:00Z
preAuthorizedCodestringrequired
Example: preauth-code-abc
holderIdstring
Example: holder-123
credentialTypestringrequired
Example: sample-credential-type
credentialIdstring
Example: credential-id-xyz
revokedbooleanrequired
Example: false
credentialSubject object
idstringrequired
Example: did:example:subject-1
CredentialOfferStatus
{
"id": 1,
"created": "2023-10-01T00:00:00Z",
"preAuthorizedCode": "preauth-code-abc",
"holderId": "holder-123",
"credentialType": "sample-credential-type",
"credentialId": "credential-id-xyz",
"revoked": false,
"credentialSubject": {
"id": "subject-id",
"name": "Sample Subject"
}
}