Tickets
The Ticket object represents an attendee for an event. Each Ticket has a Barcode
for identification. Tickets are usually created when Transactions transition to completed.
Endpoints
The Ticket object
Attributes
The ID of the seller that ticket belongs to.
The ID of the event the ticket belongs to
The ID of the ticket type this ticket inherits from
The name of the ticket type this ticket inherits from
An ISO Timestamp indicating when the ticket was created.
An ISO Timestamp indicating when the ticket was updated.
The status of the ticket
VALID
INVALID
RESERVED
DETAILSREQUIRED
BLANK
The secret token of the ticket
The barcode of the ticket
Optional Attributes
Collapse all{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
Create free Tickets
Payload
The ID of the event containing the ticket cart items.
An array containing all ticket cart items.
The amount of the cart item.
The ID of the ticket type of the cart item.
Optional Attributes
Collapse allThe ID of the existing customer.
Optional Attributes
Collapse all{"eventId": "string","underShopId": "string","items": [{"_id": "string","type": "ticket","amount": 1,"ticketTypeId": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"asHardTicket": true,"triggeredBy": "string","triggeredAutomations": true,"id": "string"}],"sendMail": true,"customMessage": "string","requiresPersonalization": true,"seatingReservationToken": "string","batchId": "string","salesChannelId": "string","customerId": "string"}
[{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}]
Get a Ticket
Query
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
Update a Ticket
Payload
Optional Attributes
Collapse all{"barcode": "string","extraFields": {},"meta": {}}
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
Invalidate Ticket
Query
The secret of the ticket if you use the endpoint without authentication
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
[{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}]
Change Ticket's seat
Payload
Optional Attributes
Collapse all{"seatingInfo": {},"seatingReservationToken": "string","sendMail": true,"freeSeat": true}
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
{}
Send batch tickets per mail
Payload
{}
Personalize a Ticket
Payload
Optional Attributes
Collapse all{"name": "string","firstname": "string","lastname": "string","extraFields": {}}
{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}
Get all Tickets
Query
Filter tickets by ticket holder name
Filter tickets by barcode
An ISO timestamp to filter tickets created on or after this date
An ISO timestamp to filter tickets created on or before this date
Filter by a comma(,) separated list of statuses
Filter tickets by type
SINGLE
MULTI
Filter by a comma(,) separated list of deliverTypes
Filter by a comma(,) separated list of event IDs
Filter tickets with a seat by status ID
Filter tickets with a seat by general admission name
Filter tickets with a seat by section name
Filter tickets with a seat by group name
Filter tickets with a seat by row name
Filter tickets by seat name
Filter tickets by customer ID
Filter tickets by purchase intent ID
Filter tickets by the ID of the checkout
Filter tickets by the ID of the subscription
Range of dates indicating when the ticket was last updated in ISO format.
Optional Attributes
Collapse allFilter tickets by batch
Filter tickets by batch counter
Optional Attributes
Collapse allA limit on the number of objects to be returned. Can range between 1 and 1000.
The number of objects to skip for the requested result
{"rows": [{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}],"total": 1}
Get Tickets of Batch
Query
[{"_id": "string","sellerId": "string","company": "string","email": "string","name": "string","firstname": "string","lastname": "string","street": "string","line2": "string","city": "string","postal": "string","state": "string","country": "string","eventId": "string","rootEventId": "string","transactionId": "string","posId": "string","underShopId": "string","categoryRef": "string","categoryName": "string","ticketTypeId": "string","slotId": "string","cartItemId": "string","triggeredBy": ["string"],"ticketName": "string","currency": "EUR","regularPrice": 10.5,"realPrice": 10.5,"completed": true,"createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z","expiresAt": "2030-01-23T23:00:00.123Z","status": "VALID","secret": "string","barcode": "string","seat": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"type": "SINGLE","origin": "yourticket","extraFields": {},"batch": "string","batchCounter": 10.5,"deliveryType": "HARD","readyForDelivery": true,"customMessage": "string","priceCategoryId": "string","entryPermissions": [[]],"customerId": "string","history": [[]],"personalized": true,"excludedEventIds": ["string"],"originTicketId": "string","fulfillmentTypeId": "string","__v": 1}]