β Check user data of your Issuer with a webhook
If you want to receive the data in your backend, create a webhook and copy the URL of the webhook in the page (βWebhook URL of your applicationβ).
Below an example of a webhook code in python :
The webhook tests the request against the issuer secret and gets the data transfered by the user as a json strucure with the event βISSUANCEβ
PreviousCheck user data of your Issuer (no code)NextUnder the hood : the process flow of a Beacon Verifier
Last updated