feat: migrate to blume docs

This commit is contained in:
Prad Nukala
2026-09-02 16:53:38 -04:00
parent b1a622ea13
commit 432ef49207
163 changed files with 2327 additions and 9908 deletions
@@ -1,26 +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
seo:
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>
:::info
This endpoint provides a complete view of all credentials associated
with a DID, useful for identity wallets and credential management.
:::
<Note>
WebAuthn credentials are device-specific and cannot be transferred
between devices, unlike verifiable credentials.
</Note>
:::note
WebAuthn credentials are device-specific and cannot be transferred
between devices, unlike verifiable credentials.
:::
<Tip>
Use filter parameters to retrieve only the credential types your
application needs, reducing response size and processing time.
</Tip>
:::tip
Use filter parameters to retrieve only the credential types your
application needs, reducing response size and processing time.
:::
<Warning>
Sensitive credential data may be encrypted when stored in vaults.
Ensure proper decryption keys are available for encrypted credentials.
</Warning>
:::warning
Sensitive credential data may be encrypted when stored in vaults.
Ensure proper decryption keys are available for encrypted credentials.
:::