Issue credentials with credentialStatus
In order to issue a verifiable credential with a credentialStatus, the statusType
property of the proofConfig
object should be provided (e.g. 'SimpleCredentialStatus2022', 'StatusList2021Entry', etc.). If no statusType is provided, the credential will be issued without any credentialStatus property.
Rest API interface
e.g. Issue a UniversityDegree credential having a StatusList2021Entry
credentialStatus using the REST API interface issue endpoint: https://signatory.ssikit.walt.id/v1/credentials/issue
. The request-body is presented below.
Command-line interface
e.g. Issue a UniversityDegree credential having a StatusList2021Entry
credentialStatus using the command-line interface issue command: ssikit vc issue -h
Last updated