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,21 +1,21 @@
---
openapi: get /did/v1/credentials
title: List Verifiable Credentials
description: Browse and filter W3C verifiable credentials
og:title: Credential Registry
seo:
title: "Credential Registry"
---
<Note>
By default, revoked credentials are excluded. Set `includeRevoked=true`
to include them in results.
</Note>
:::note
By default, revoked credentials are excluded. Set `includeRevoked=true`
to include them in results.
:::
<Tip>
Use issuer filtering to find all credentials from trusted authorities
in your ecosystem.
</Tip>
:::tip
Use issuer filtering to find all credentials from trusted authorities
in your ecosystem.
:::
<Info>
Large credential sets should use pagination to avoid timeout issues.
Start with a reasonable limit like 50-100 credentials per page.
</Info>
:::info
Large credential sets should use pagination to avoid timeout issues.
Start with a reasonable limit like 50-100 credentials per page.
:::