Skip to main content
Version: v0.25.0 (Latest)

Issuer Settings for the Tenant

The issuer design is the tenant's issuing identity: the party name and branding wallets display, bound to the did:web identifier whose assertion key signs the credentials. Schemas are in the Credential Design API reference.

Create issuer design

Endpoint: POST /api/credential-design/v1/designs/issuers

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Issuer branding is built from assets and render variants. Upload the logo asset, create the render variant, and attach it to the issuer design:

Upload issuer logo asset

Endpoint: POST /api/credential-design/v1/designs/credentials/00000000-0000-4000-8000-000000000000/assets/en/LOGO

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Create issuer render variant

Endpoint: POST /api/credential-design/v1/designs/render/variants

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Attach render variant to issuer design

Endpoint: PUT /api/credential-design/v1/designs/issuers/00000000-0000-4000-8000-000000000000

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Credential designs created in the next step are issued under this identity. Wallets show the issuer display name, description, and render assets during the offer and store them with the credential.

Next, create the credential designs.