Tickets / Show

NameTickets / Show
DescriptionDisplay information about a specific ticket.
TypeGET
URL/v9/tickets/:ticket_id
Credential TypeAPI|User
Supports PaginationNo

Long Description

Display information about a specific ticket.

Parameters

Name
Description
Type
Presence
Location
ticket_idThe ID of the specific TicketIntegerRequiredURI

 

Examples

RequestResponse
GET /v9/tickets/123456
{
  "barcode": "4567-8731-5497-4859",
  "eticket": {
    "eticket_pack_id": 457325456,
    "thumbnail": "https://s3.amazonaws.com/etickets.sandbox.ticketevolution.com/65478.png",
    "id": 65478
  },
  "id": 123456,
  "seat": 3
}