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.
Related guide: Issuance
📄️ List credentials
**Permissions:** `CREDENTIAL_LIST` `HOLDER_CREDENTIAL_LIST`
📄️ Create a credential
**Permissions:** `CREDENTIAL_ISSUE`
📄️ Suspend a credential
**Permissions:** `CREDENTIAL_SUSPEND`
📄️ Issue a credential
**Permissions:** `CREDENTIAL_SHARE`
📄️ Revoke a credential
**Permissions:** `CREDENTIAL_REVOKE`
📄️ Reactivate a Credential
**Permissions:** `CREDENTIAL_REACTIVATE`
📄️ Retrieve a credential
**Permissions:** `CREDENTIAL_DETAIL`
📄️ Delete a credential
**Permissions:** `CREDENTIAL_DELETE`