Skip to main content

Start issue Credential

POST 

/api/v2/credential/issue

URLDescription
https://wallet.acc.credenco.comGenerated server url

To issue a Verifiable Credential a few steps are required:

  • Create an Issuer template in the UI of your Organization Wallet. The Issuer template defines all global settings of the issuer itself. Examples: the name and the logo of your company to be shown on the credential
  • Create a Credential template. The Credential template defines all settings specific to one type of credential. Suppose you want to create an VerifiedEmployee credential holding the name of the employee, the employeeId and the department the employee works in. In the Credential template you define those attributes together with the display properties of the credential. The 'Credential issue template key' is used to refer to this Credential template in the API.
  • Call the Issue Credential API. Provide the employee details conform the attributes defined in the Credential Template as request body.

Request

Responses

The url to redirect the browser to to start the credential issue flow.