This documentation is currently under development. Certain sections are not yet complete and will be added shortly.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Scan

Record a pass barcode scan event

post
/api/{tenantId}/scans

Records scan events when pass barcodes/QR codes are scanned. Scans are correlated to passes and generate scan completion events for downstream systems (redemption, attendance tracking, etc.).

Authorization

Requires PassScan.Scan scope

Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
tenantIdstringRequired
Body
datastring · min: 3 · max: 2048Required

Raw Data of the scan value

typestring · enumRequired

Type of data

Possible values:
Responses
201

Scan successfully recorded; pass identifier returned

passIdstringRequired

Identifier of the pass

post/api/{tenantId}/scans

Last updated