Create Encrypted Status List
Create an encrypted Status List as a DID-Linked Resource using cheqd Studio.
Create an encrypted StatusList2021 or BitstringStatusList credential status list.
post
/credential-status/create/encrypted
Authorizations
x-api-keystringRequired
Query parameters
listTypestring · enumRequiredPossible values:
The type of Status List.
statusPurposeone ofRequiredExample:
The purpose of the status list.
- For StatusList2021: Single value (revocation or suspension)
- For BitstringStatusList: Can accept multiple values as array of strings
Once this is set, it cannot be changed. A new status list must be created to change the purpose.
{"summary":"Single purpose (StatusList2021)","value":"revocation"}string · enumOptionalPossible values:
Body
Responses
200
The request was successful.
application/json
400
A problem with the input fields has occurred. Additional state information plus metadata may be available in the response body.
401
Access token is missing or invalid
500
An internal error has occurred. Additional state information plus metadata may be available in the response body.
post
/credential-status/create/encryptedLast updated
Was this helpful?