---
title: "Overview"
description: "Manage and import stored credentials via the walt.id wallet API."
stack: "Community Stack (open source) — version 0.21.0"
stack_version: "0.21.0"
stack_comparison: https://docs.walt.id/community-vs-enterprise.md
canonical_url: https://docs.walt.id/community-stack/wallet/credential-management/overview
generated: 2026-07-20
---
# 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](https://wallet.demo.walt.id/swagger/index.html#/WalletCredentials).

## Getting Started

- [List Credentials](https://docs.walt.id/community-stack/wallet/credential-management/list-credentials.md) – Retrieve all credentials stored in a wallet.
- [View a Credential](https://docs.walt.id/community-stack/wallet/credential-management/view-credential.md) – Retrieve the full details of a specific credential by ID.
- [Delete a Credential](https://docs.walt.id/community-stack/wallet/credential-management/delete-credential.md) – Soft-delete or permanently remove a credential from a wallet.
- [Import a Credential](https://docs.walt.id/community-stack/wallet/credential-management/import-credential.md) – Import a signed JWT or SD-JWT credential directly into a wallet.

<br />

**Note:**

For receiving credentials from issuers via OID4VCI or presenting them to verifiers via OID4VP, refer to the
[Credential Exchange](https://docs.walt.id/community-stack/wallet/credential-exchange/overview.md) section.
