Webhooks
Pass Installed
Webhook triggered when a pass is added to the wallet by user
WEBHOOK
Authorizations
The X-Webhook-Signature
header is generated using the webhook payload and shared secret key.
To verify that the webhook is authentic, you can encrypt the webhook payload using the SHA-256
encryption algorithm and your secret key.
If your generated signature matches the signature included in the X-Webhook-Signature
header, you can confirm that the webhook is authentic.
Body
application/json
Response
200 - application/json
Return a 200 status to indicate that the data was received successfully
The response is of type any
.