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.
- Overview
- Request
- Response
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.
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:
- Overview
- Request
- Response
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.
Connect an environment to rewrite this call to real service bases and run it.
- Overview
- Request
- Response
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.
Connect an environment to rewrite this call to real service bases and run it.
- Overview
- Request
- Response
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.
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.