Replies: 1 comment
-
@MajdT51, I think, as you were already in contact with Severin, this discussion can be closed. Please let me know otherwise. |
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
-
Hi, I'm following the rest-api docs https://docs.walt.id/v/web-wallet/getting-started/rest-apis and trying to do everything in the background without the frontend/protals/web-wallet
Setup running using docker-compose https://docs.walt.id/v/web-wallet/getting-started/local-build/docker-build/docker-compose#docker-compose (it starts also the UIs but I won't use them)
I've already configured the issuer (using default tenant)
And I want to issue the credential https://docs.walt.id/v/web-wallet/getting-started/rest-apis/credential-issuance but have a question:
I see
/**issuer-api**/{tenantId}/credentials/issuance/request
the issuer api is used here but shouldn't the Wallet be the one who trigger this and ask the issuer for a credentials?In the live demo the wallet is the one who request a credential and it calls /api/wallet/issuance/start ?
I run the following request as described in the docs.
and get
Question -> What should I do next to get the issued credentials in my wallet
/api/wallet/credentials/list
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions