mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-16 23:16:25 +00:00
27 lines
731 B
Plaintext
27 lines
731 B
Plaintext
---
|
|
title: Get All DID Credentials
|
|
description: Retrieve complete credential portfolio for a decentralized identity
|
|
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.
|
|
:::
|
|
|
|
:::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.
|
|
:::
|
|
|
|
:::warning
|
|
Sensitive credential data may be encrypted when stored in vaults.
|
|
Ensure proper decryption keys are available for encrypted credentials.
|
|
:::
|