Check revocation status
Revoke Credential
Reset Credential
Revocation List Credential
{"@context": [ "https://www.w3.org/2018/credentials/v1", "https://w3id.org/vc-revocation-list-2020/v1" ], "id": "https://example.com/credentials/23894672394", "type": [ "VerifiableCredential", "RevocationList2020Credential" ], "issuer": "did:example:credential-issuer", "issued": "2020-04-05T14:27:42Z", "credentialSubject": {"id":"https://example.com/credentials/status/3","type":"RevocationList2020","encodedList":"eJztwDEBAAAAwqD1T20MHygAAAAAAAAAAAAAAAAAAADgbUAAAAE="}, "proof": {} }
Generic Credential
{ "@context": [ "https://www.w3.org/2018/credentials/v1" ], "id": "https://example.com/credentials/23894672394", "type": [ "VerifiableCredential" ], "issuer": "did:example:12345", "issued": "2020-04-05T14:27:42Z", "credentialStatus": { "id": "https://dmv.example.gov/credentials/status/3#7812", "type": "RevocationList2020Status", "revocationListIndex": 7812, "revocationListCredential": "https://example.com/credentials/status/3" }, "credentialSubject": { "id": "did:example:abcdefg", "type": "Person" }, "proof": {} }