* 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,21 @@
---
openapi: get /did/v1/credential/{credentialId}
title: Get Verifiable Credential
description: Retrieve W3C verifiable credentials with cryptographic proofs
og:title: Query Digital Credential
---
<Info>
Verifiable credentials are cryptographically signed claims that can
be independently verified without contacting the issuer.
</Info>
<Warning>
Always check the `revoked` field and expiration date before
accepting a credential as valid.
</Warning>
<Tip>
Verify the issuer's DID to ensure the credential comes from a
trusted authority in your trust framework.
</Tip>