2025-10-03 14:45:52 -04:00
|
|
|
---
|
|
|
|
|
title: Get Verifiable Credential
|
|
|
|
|
description: Retrieve W3C verifiable credentials with cryptographic proofs
|
2026-09-02 16:53:38 -04:00
|
|
|
seo:
|
|
|
|
|
title: "Query Digital Credential"
|
2025-10-03 14:45:52 -04:00
|
|
|
---
|
|
|
|
|
|
2026-09-02 16:53:38 -04:00
|
|
|
:::info
|
|
|
|
|
Verifiable credentials are cryptographically signed claims that can
|
|
|
|
|
be independently verified without contacting the issuer.
|
|
|
|
|
:::
|
2025-10-03 14:45:52 -04:00
|
|
|
|
2026-09-02 16:53:38 -04:00
|
|
|
:::warning
|
|
|
|
|
Always check the `revoked` field and expiration date before
|
|
|
|
|
accepting a credential as valid.
|
|
|
|
|
:::
|
2025-10-03 14:45:52 -04:00
|
|
|
|
2026-09-02 16:53:38 -04:00
|
|
|
:::tip
|
|
|
|
|
Verify the issuer's DID to ensure the credential comes from a
|
|
|
|
|
trusted authority in your trust framework.
|
|
|
|
|
:::
|