Events
Retrieve Event
Returns a single event by id. Events are retained for 30 days. Requires the webhooks:read scope.
GET
Retrieve Event
Authorizations
API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.
Path Parameters
Event id (evt_…).
Response
The event
Example:
"evt_aB3dE5fG7hI9jK1m"
Example:
"event"
Available options:
qr.created, qr.updated, qr.deleted, qr.scanned, batch.completed, batch.failed, ping Example:
"qr.scanned"
Event-specific payload. For qr.scanned events delivered to external endpoints
this object contains only: country, city, device, os, browser,
referrer, and language — no IP address, no precise location, and no raw
user-agent string.
Retrieve Event

