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
Returns detailed information about a credential in the system.
Delete a credential
Makes a credential no longer retrievable and records the history
List credentials
Returns a list of credentials within an organization.
Create a credential
Creates a credential, which can then be issued to a wallet holder.
Reactivate a credential
Reactivates a suspended credential.
Revoke a credential
Changes a credential state to `REVOKED`.
Suspend a credential
Suspends a credential, rendering it invalid until it has been reactivated.
Issue a credential
Creates a share URL. A wallet holder can use this to access the
Check revocation
Checks whether a held credential has been suspended or revoked.