api
ticket-transfers
Get a Ticket Transfer
get/api/ticket-transfers/{id}
Path parameters
idstring required
The ID of the ticket transfer.
Response
OK
_idstring required
The ID of the ticket transfer.
secretstring required
The secret token of the ticket transfer.
ticketIdsstring[] required
The ID of the tickets that ticket transfer belongs to.
eventIdstring required
The ID of the event the ticket transfer belongs to.
groupEventIdstring
The ID of the group event the ticket transfer belongs to. Only filled in season card case.
sellerIdstring required
The ID of the seller that ticket transfer belongs to.
status'CREATED' | 'REJECTED' | 'TRANSFERRED' | 'EXPIRED' required
The status of the ticket ticket transfer.
origin'customer' | 'stubhub' required
The origin of the ticket transfer.
expiresAtstring date-time nullable
An ISO Timestamp indicating when the ticket transfer will be expired.
createdAtstring date-time required
An ISO Timestamp indicating when the ticket transfer was created.
updatedAtstring date-time required
An ISO Timestamp indicating when the ticket transfer was updated.