Replies: 1 comment
-
You can view the documentation here:
Basically it works like this:
Body: {
"credentials": [
{
"credentialData": {
"my data": "..."
},
"type": "string"
}
]
} e.g.: {
"credentials": [
{
"credentialData": {
"credentialSubject": {
"currentAddress":["1 Boulevard de la Liberté, 59800 Lille"],"dateOfBirth":"1993-04-08","familyName":"DOE","firstName":"Jane","gender":"FEMALE","id":"did:ebsi:2AEMAqXWKYMu1JHPAgGcga4dxu7ThgfgN95VyJBJGZbSJUtp","nameAndFamilyNameAtBirth":"Jane DOE","personalIdentifier":"0904008084H","placeOfBirth":"LILLE, FRANCE"}
},
"type": "VerifiableId"
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello waltid team!
I am looking to have a signed vc returned by the wallet.
I understand it's the /api/wallet/issuance/start route that can do this.
Only I don't know what parameter to give it to make it work... can you help me please?
Beta Was this translation helpful? Give feedback.
All reactions