Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 701 Bytes

File metadata and controls

15 lines (12 loc) · 701 Bytes

Rest API interface for credentialStatus

All the revocation related endpoints are located under the revocations path: https://signatory.ssikit.walt.id/v1/revocations/:

  • check - check the verifiable credential revocation status
  • revoke - revoke a verifiable credential

{% hint style="info" %} Check is a low level function. For a high level check, refer to CredentialStatusPolicy. {% endhint %}


Refer to the Issue with status section to learn about how to issue a verifiable credential with a credentialStatus property.