* clear

* feat: Add everything

* fix: Commenht
This commit is contained in:
Prad Nukala
2025-10-03 14:45:52 -04:00
committed by GitHub
parent 43b4a11c06
commit 13e6c3e84d
1935 changed files with 655061 additions and 40058 deletions
@@ -0,0 +1,26 @@
---
openapi: get /did/v1/credentials/did/{did}
title: Get All DID Credentials
description: Retrieve complete credential portfolio for a decentralized identity
og:title: DID Credential Portfolio
---
<Info>
This endpoint provides a complete view of all credentials associated
with a DID, useful for identity wallets and credential management.
</Info>
<Note>
WebAuthn credentials are device-specific and cannot be transferred
between devices, unlike verifiable credentials.
</Note>
<Tip>
Use filter parameters to retrieve only the credential types your
application needs, reducing response size and processing time.
</Tip>
<Warning>
Sensitive credential data may be encrypted when stored in vaults.
Ensure proper decryption keys are available for encrypted credentials.
</Warning>