Skip to main content
GET
Retrieve Event

Authorizations

Authorization
string
header
required

API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.

Path Parameters

id
string
required

Event id (evt_…).

Response

The event

id
string
Example:

"evt_aB3dE5fG7hI9jK1m"

object
string
Example:

"event"

type
enum<string>
Available options:
qr.created,
qr.updated,
qr.deleted,
qr.scanned,
batch.completed,
batch.failed,
ping
Example:

"qr.scanned"

created_at
string<date-time>
data
object

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.