Skip to main content
WEBHOOK
This webhook is sent when a recipient scans a thanks.io QR code. The payload includes the scan context and the QR destination URL.

Authorizations

Authorization
string
header
required

Bearer token authentication using your thanks.io API key

Body

application/json
event_type
string
required
Example:

"scans.scan_update"

event_id
string
required
Example:

"c4e1aa40-516a-11f0-94e9-4b4494619f64"

data
object
required

Flat payload object used by webhook events. Each property is a dotted key matching the published webhook payload structure.

timestamp
integer
required
Example:

1750817946

date_time
string
required
Example:

"2025-06-25 02:19:06"

Response

200

Webhook received