Update Status List v2021
Update indices in Status List
The /credential-status/update/unencrypted
API enables users to update the indices of a Status List. This may be useful for revoking Credentials in bulk, rather than submitting individual /credential/revoke
requests.
post
/credential-status/update/unencrypted
Authorizations
Query parameters
statusActionstring · enumrequired
The update action to be performed on the unencrypted status list, can be revoke, suspend or reinstate
Options:
revoke
, suspend
, reinstate
Body
didstring · urirequired
DID of the StatusList2021 publisher.
statusListNamestringrequired
The name of the StatusList2021 DID-Linked Resource to be updated.
statusListVersionstring
Optional field to assign a human-readable version in the StatusList2021 DID-Linked Resource.
indicesinteger[]required
List of credential status indices to be updated. The indices must be in the range of the status list.
Responses
application/json
cURL
JavaScript
Python
HTTP
200
400
401
500
Last updated
Was this helpful?