Credentials
Issue credentials and manage the lifecycle of issued credentials, including suspension, reactivation, revocation and status check for holders and verifiers.
Create a credential by specifying a schema and making claims about a subject. Then create a share endpoint URL for the wallet holder to access the offered credential. Suspension and revocation options are determined by the schema.
Retrieve a credential
<strong>Permissions:</strong> <code>CREDENTIAL_DETAIL</code>
Delete a credential
<strong>Permissions:</strong> <code>CREDENTIAL_DELETE</code>
List credentials
<strong>Permissions:</strong> <code>CREDENTIAL_LIST</code>
Create a credential
<strong>Permissions:</strong> <code>CREDENTIAL_ISSUE</code>
Reactivate a credential
<strong>Permissions:</strong> <code>CREDENTIAL_REACTIVATE</code>
Revoke a credential
<strong>Permissions:</strong> <code>CREDENTIAL_REVOKE</code>
Suspend a credential
<strong>Permissions:</strong> <code>CREDENTIAL_SUSPEND</code>
Issue a credential
<strong>Permissions:</strong> <code>CREDENTIAL_SHARE</code>
Check revocation
<strong>Permissions:</strong> <code>CREDENTIAL_EDIT</code>