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
📄️ Retrieve a credential
Returns detailed information on a credential.
📄️ Delete a credential
Makes a credential no longer retrievable and records the history
📄️ List credentials
Returns a list of credentials within an organization. See the [guidelines](/api/general_guidelines) for handling list endpoints.
📄️ 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 endpoint URL. A wallet holder can use this to access the offered credential.
📄️ Check revocation
Checks whether a held credential has been suspended or revoked.