Skip to main content
POST
passScanned
{
  "status": "ok"
}

Authorizations

X-Webhook-Signature
string
header
required

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
data
object
included
object[]

Response

200 - application/json

Return a 200 status to indicate that the data was received successfully