Credential Designs: Credential designs
Catalog id: resource.credentialDesigns.credential-designs
Tenant library of credential designs: format bindings, claims, localization, and attached render variants used by issuance and wallets.
Guide (decisions and dual path): Credential designs.
Open it
| Navigation | Resources > Credential Designs > Credential designs |
| Deep link | #resource=credentialDesigns&rarea=credential-designs |
| Scope | Tenant |
What you can do
- List designs by alias, hosting mode, and binding summary.
- Create a design (alias, display name, format, primary type id, optional configuration id).
- Open the workbench tabs: Overview, Claims, Localization, Render, Source JSON, Resolved Preview.
- Duplicate, refresh (cached external), or delete designs.
- Attach render variants and assets managed in sibling areas.
Create
Minimum identity to register the type. Claims and localization are finished on the workbench after create.
Workbench tabs
Overview
Alias, format, and format-specific binding identifiers (VCT, type, doctype, credential configuration id, VCT hosting).
Claims
Claim tree: paths, value kinds, widget hints, selective disclosure policy.
Localization
Per-locale display strings and claim labels.
Render
Attach/detach render variants and per-locale preferences. Edit variant content under Render variants.
Source JSON
Raw design document for import/export style edits.
Resolved preview
Effective design for a preview locale after inheritance.
REST
List:
- Overview
- Request
- Response
List credential designs
Endpoint: GET /api/credential-design/v1/designs/credentials
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Create (EuPid SD-JWT example):
- Overview
- Request
- Response
Create EuPid SD-JWT design
Endpoint: POST /api/credential-design/v1/designs/credentials
Captured response: 201 Created
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Credential design API. Guide: Credential designs.