Webhook Events

Event names and payload shapes exposed by GET /api/v1/events.

Back to API docs
qrcode.createdQR Codes

Emitted when a QR code is created.

FieldType
activity_log_idinteger
namestring
short_codestring
tagsarray<string>
qrcode.updatedQR Codes

Emitted when a QR code is updated.

FieldType
activity_log_idinteger
oldobject
newobject
qrcode.deletedQR Codes

Emitted when a QR code is deleted.

FieldType
activity_log_idinteger
qr_codeobject{id,name,short_code,status}
qrcode.status_changedQR Codes

Emitted when QR status changes.

FieldType
activity_log_idinteger
old_statusstring
new_statusstring
qrcode.batch_status_updatedQR Codes

Emitted after batch status update.

FieldType
activity_log_idinteger
idsarray<integer>
statusstring
updated_countinteger
qrcode.batch_deletedQR Codes

Emitted after batch deletion.

FieldType
activity_log_idinteger
idsarray<integer>
deleted_countinteger
scan.createdScans

Emitted when a scan is recorded.

FieldType
activity_log_idinteger
qr_code_idinteger
device_typestring|null
is_botboolean
is_uniqueboolean
subscription.updatedBilling

Emitted when workspace plan changes.

FieldType
activity_log_idinteger
old_planstring|null
new_planstring
webhook.testSystem

Emitted when a webhook test is manually triggered.

FieldType
triggered_by_user_idinteger
messagestring