Check revocation
POST/api/credential/v1/revocation-check
Checks whether a held credential has been suspended or revoked.
This is only applicable to credentials with an associated revocation mechanism.
This endpoint only works for credentials for which the role
is HOLDER
.
Issuers and verifiers cannot check the status of credentials with this
endpoint.
For list-based revocation methods, the signed lists and DID documents
containing the public keys used to verify the lists are cached. Use the
forceRefresh
parameter to force the system to retrieve these entities
from the external resource.
For mdocs and credentials issued with LVVC revocation, use the forceRefresh
parameter to force the system to request a new MSO (for mdocs) or a new
LVVC with the latest status.
Related guide: Caching
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error