Guest Purchases
Authorizations
AuthorizationstringRequired
OAuth2 Bearer token authentication. Requires event contribute permissions.
See Tonic Authentication Documentation for details on obtaining tokens.
Path parameters
eventstringRequiredExample:
Event ID
60001c4569308525d873cbd7Pattern: ^[a-f0-9]{24}$Header parameters
authorizationstringRequired
Contains bearer followed by bearer token
Body
occurrencestringRequiredExample:
Event occurrence date in YYYYMMDD format
20251225Pattern: ^\d{8}$sourcestringOptionalExample:
Purchase source identifier. Should be set to partner
designmynight-ticket-scannerpartner_sourcestring · max: 255OptionalExample:
Optional field identifying the third-party channel.
This field is independent of the source field and is used for tracking purposes.
ThirdPartyResponses
200
Guest purchase created successfully
application/json
401
Authentication required or invalid token
application/json
403
Insufficient permissions
application/json
404
Resource not found
application/json
422
Validation failed
application/json
post
/events/{event}/guestsLast updated
Was this helpful?
