Credential Management
Use the Wallet API to list, view, import, and delete credentials stored in a user wallet.
What is Credential Management?
Credential management covers operations on credentials already stored in a wallet, including:
- Listing credentials – View all credentials stored in a wallet
- Retrieving credential details – Get full details of a specific credential
- Deleting credentials – Remove credentials from the wallet (soft-delete or permanent)
- Importing credentials – Import signed JWT/SD-JWT credentials directly into the wallet
For a full list of endpoints, please refer to the API Reference.
Getting Started
- List Credentials – Retrieve all credentials stored in a wallet.
- View a Credential – Retrieve the full details of a specific credential by ID.
- Delete a Credential – Soft-delete or permanently remove a credential from a wallet.
- Import a Credential – Import a signed JWT or SD-JWT credential directly into a wallet.
For receiving credentials from issuers via OID4VCI or presenting them to verifiers via OID4VP, refer to the Credential Exchange section.
Last updated on April 29, 2026
