Check Revocation Status
When to use
You hold a credential and want to confirm it has not been revoked. The status check is also performed automatically every time you open a credential’s detail page.
Before you begin
You have a credential ID.
Steps (manual)
(No auth needed — this endpoint is public, registered at router.go:68.)
Response:
How it works under the hood
The handler reads the bit at the credential’s statusListIndex from the RevocationRegistry contract. Bit 1 = revoked, bit 0 = active. See §4.4.3 for the bitstring encoding.