Skip to content

Routes Walletkit #45

Answered by taminobaumann
oriana13 asked this question in Help
Discussion options

You must be logged in to vote

Hey,
Thanks for reaching out!
The SSI-Kit endpoint you are mentioning is not exposed in the wallet-kit. The wallet-kit is using the OIDC4VC flow to issue credentials.

One example on how to start the issuance of a credential to a wallet would be to use this endpoint:

POST /issuer-api/{tenantId}/credentials/issuance/request?isPreAuthorized=true&walletId=$walletId

Body Schema:
{
"credentials": [
{
"credentialData": {
"my data": "..."
},
"type": "string"
}
]
}

Body Example:
{
"credentials": [
{
"credentialData": {
"credentialSubject": {
"currentAddress":["1 Boulevard de la Liberté, 59800 Lille"],"dateOfBirth":"1993-04-08","familyName":"DOE","firstName":"Jane","gender":"FEMALE","id":"did:ebsi:…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by taminobaumann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants