Files
sonr/docs/reference/queries/query-did-get-all-credentials-by-id.mdx
T

27 lines
731 B
Plaintext
Raw Normal View History

2025-10-03 14:45:52 -04:00
---
title: Get All DID Credentials
description: Retrieve complete credential portfolio for a decentralized identity
2026-09-02 16:53:38 -04:00
seo:
title: "DID Credential Portfolio"
2025-10-03 14:45:52 -04:00
---
2026-09-02 16:53:38 -04:00
:::info
This endpoint provides a complete view of all credentials associated
with a DID, useful for identity wallets and credential management.
:::
2025-10-03 14:45:52 -04:00
2026-09-02 16:53:38 -04:00
:::note
WebAuthn credentials are device-specific and cannot be transferred
between devices, unlike verifiable credentials.
:::
2025-10-03 14:45:52 -04:00
2026-09-02 16:53:38 -04:00
:::tip
Use filter parameters to retrieve only the credential types your
application needs, reducing response size and processing time.
:::
2025-10-03 14:45:52 -04:00
2026-09-02 16:53:38 -04:00
:::warning
Sensitive credential data may be encrypted when stored in vaults.
Ensure proper decryption keys are available for encrypted credentials.
:::