Use a Ticket
POST/:organisation/:event/tickets/:ksuid/use
Marks a ticket as used and checked in. This should be used when a ticket is scanned for entry to an event.
Request
Responses
- 200
- 400
- 404
- 409
- 500
Ticket marked as used successfully.
Response Headers
Invalid input
Response Headers
Ticket not found.
Response Headers
Ticket could not be marked as used because it is not in a valid state for check-in.
Response Headers
Internal server error.