Links

Update Status List

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
Update an existing unencrypted StatusList2021 credential status list.
Parameters
Query
statusAction*
string
The update action to be performed on the unencrypted status list, can be revoke, suspend or reinstate
Body
Example
Schema
{
"did": "did:cheqd:testnet:7c2b990c-3d05-4ebf-91af-f4f4d0091d2e",
"statusListName": "cheqd-employee-credentials",
"indices": [
10,
3199,
12109,
130999
]
}
application/x-www-form-urlencoded
Responses
200: OK
The request was successful.
400: Bad Request
A problem with the input fields has occurred. Additional state information plus metadata may be available in the response body.
401: Unauthorized
Access token is missing or invalid
500: Internal Server Error
An internal error has occurred. Additional state information plus metadata may be available in the response body.