Ticket Transfers
A Ticket Transfer represents the process of transferring a ticket from one individual (sender) to another (recipient). Recipients can either accept or reject a ticket transfer.
Endpoints
The Ticket Transfer object
Attributes
The ID of the ticket transfer.
The secret token of the ticket transfer.
The ID of the tickets that ticket transfer belongs to.
The ID of the event the ticket transfer belongs to.
The ID of the seller that ticket transfer belongs to.
The status of the ticket ticket transfer.
CREATED
REJECTED
TRANSFERRED
EXPIRED
The origin of the ticket transfer.
customer
stubhub
Optional Attributes
Collapse allAn ISO Timestamp indicating when the ticket transfer was created.
An ISO Timestamp indicating when the ticket transfer was updated.
Optional Attributes
Collapse all{"_id": "string","secret": "string","ticketIds": ["string"],"eventId": "string","groupEventId": "string","sellerId": "string","status": "CREATED","origin": "customer","recipient": {"phone": "string","customerId": "string"},"sender": {},"outcome": {"tickets": [{"ticketId": "string","originTicketId": "string"}]},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","type": "created"}],"expiresAt": "2030-01-23T23:00:00.123Z","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}
Create Ticket Transfer
Payload
The array of tickets to be transferred
The ID of the ticket.
The secret of the ticket.
The ticket transfer recipient
The email of the ticket transfer recipient.
Optional Attributes
Collapse allOptional Attributes
Collapse all{"tickets": [{"id": "string","secret": "string"}],"childEventId": "string","recipient": {"customerId": "string","phone": "string"},"requiresAcceptance": true}
{"_id": "string","secret": "string","sender": {},"recipient": {"phone": "string","customerId": "string"},"status": "CREATED","outcome": {"tickets": [{"ticketId": "string","originTicketId": "string"}]},"eventId": "string","groupEventId": "string","createdAt": "2030-01-23T23:00:00.123Z","tickets": [{"id": "string","ticketName": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"secret": "string","name": "string","excludedEventIds": ["string"],"createdAt": "2030-01-23T23:00:00.123Z"}]}
Accept Ticket Transfer
Payload
The secret of the ticket transfer.
The first name of the customer
The last name of the customer
Optional Attributes
Collapse all{"secret": "string","prename": "string","lastname": "string","ticketIds": ["string"]}
{"_id": "string","secret": "string","sender": {},"recipient": {"phone": "string","customerId": "string"},"status": "CREATED","outcome": {"tickets": [{"ticketId": "string","originTicketId": "string"}]},"eventId": "string","groupEventId": "string","createdAt": "2030-01-23T23:00:00.123Z","tickets": [{"id": "string","ticketName": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"secret": "string","name": "string","excludedEventIds": ["string"],"createdAt": "2030-01-23T23:00:00.123Z"}]}
Reject Ticket Transfer
Payload
The secret of the ticket transfer.
{"secret": "string"}
{"_id": "string","secret": "string","sender": {},"recipient": {"phone": "string","customerId": "string"},"status": "CREATED","outcome": {"tickets": [{"ticketId": "string","originTicketId": "string"}]},"eventId": "string","groupEventId": "string","createdAt": "2030-01-23T23:00:00.123Z","tickets": [{"id": "string","ticketName": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"secret": "string","name": "string","excludedEventIds": ["string"],"createdAt": "2030-01-23T23:00:00.123Z"}]}
Get Public Ticket Transfer
Query
{"_id": "string","secret": "string","sender": {},"recipient": {"phone": "string","customerId": "string"},"status": "CREATED","outcome": {"tickets": [{"ticketId": "string","originTicketId": "string"}]},"eventId": "string","groupEventId": "string","createdAt": "2030-01-23T23:00:00.123Z","tickets": [{"id": "string","ticketName": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"secret": "string","name": "string","excludedEventIds": ["string"],"createdAt": "2030-01-23T23:00:00.123Z"}]}
Get a Ticket Transfer
Query
{"_id": "string","secret": "string","ticketIds": ["string"],"eventId": "string","groupEventId": "string","sellerId": "string","status": "CREATED","origin": "customer","recipient": {"phone": "string","customerId": "string"},"sender": {},"outcome": {"tickets": [{"ticketId": "string","originTicketId": "string"}]},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","type": "created"}],"expiresAt": "2030-01-23T23:00:00.123Z","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}
Get All Ticket Transfers
Query
Tickets array for which ticket transfers are requested
Filter ticket transfers by status
Filter ticket transfers by recipient details
Optional Attributes
Collapse allFilter ticket transfers by sender details
Optional Attributes
Collapse allFilter ticket transfers by event id
Filter ticket transfers by origin
Range of dates indicating when the ticket transfer was last updated in ISO format.
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
{"docs": [{"_id": "string","secret": "string","ticketIds": ["string"],"eventId": "string","groupEventId": "string","sellerId": "string","status": "CREATED","origin": "customer","recipient": {"phone": "string","customerId": "string"},"sender": {},"outcome": {"tickets": [{"ticketId": "string","originTicketId": "string"}]},"history": [{"_id": "string","date": "2030-01-23T23:00:00.123Z","userId": "string","type": "created"}],"expiresAt": "2030-01-23T23:00:00.123Z","createdAt": "2030-01-23T23:00:00.123Z","updatedAt": "2030-01-23T23:00:00.123Z"}],"total": 1}
Get Public Ticket Transfers
Query
Tickets array for which status is requested
The ID of the ticket.
The secret of the ticket.
The status of ticket transfer
CREATED
TRANSFERRED
The associated event id from season. Only used for season card tickets.
The ID of the customer who either sender either recipient of ticket transfer.
The origin of ticket transfer
customer
stubhub
Range of dates indicating when the ticket transfer was last updated in ISO format.
Optional Attributes
Collapse all[{"_id": "string","secret": "string","sender": {},"recipient": {"phone": "string","customerId": "string"},"status": "CREATED","outcome": {"tickets": [{"ticketId": "string","originTicketId": "string"}]},"eventId": "string","groupEventId": "string","createdAt": "2030-01-23T23:00:00.123Z","tickets": [{"id": "string","ticketName": "string","seatingInfo": {"_id": "string","_type": 6,"categoryId": "string","statusId": "string","name": "string","seatType": "handicapped","sectionName": "string","groupName": "string","rowName": "string","seatName": "string","gate": "string"},"secret": "string","name": "string","excludedEventIds": ["string"],"createdAt": "2030-01-23T23:00:00.123Z"}]}]