PPylon Developers
ApiTickets

List tickets by order

Returns all tickets for a specific order.

GET
/api/v1/tickets/by-order/{orderId}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

orderId*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/tickets/by-order/497f6eca-6276-4993-bfeb-53cbbbba6f08"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "ticketNumber": "string",
    "status": "string",
    "eventName": "string",
    "sessionName": "string",
    "sessionStartAt": "2019-08-24T14:15:22Z",
    "seatLabel": null,
    "checkedInAt": "2019-08-24T14:15:22Z"
  }
]
{
  "code": "string",
  "message": "string"
}