Skip to main content
Operators represent the people collecting payments at your event — cashiers, gate staff, or ticket scanners. Each operator can be linked to transactions for accountability.

Add operator

POST /v1/sessions/:session_id/operators
string
required
Operator’s full name.
string
Operator’s email address.
string
Operator’s phone number.
string
default:"cashier"
Role label (e.g. cashier, supervisor).

List operators

GET /v1/sessions/:session_id/operators

Get operator transactions

GET /v1/sessions/:session_id/operators/:operator_id/transactions Returns all transactions linked to a specific operator.