PPylon Developers
ApiTickets

Get ticket by ID

Returns detailed information about a specific ticket. Users can only view their own tickets.

GET
/api/v1/tickets/{id}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/problem+json

curl -X GET "https://loading/api/v1/tickets/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "ticket": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "ticketNumber": "string",
    "status": "string",
    "eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c",
    "eventName": "string",
    "sessionId": "f6567dd8-e069-418e-8893-7d22fcf12459",
    "sessionName": "string",
    "venueName": "string",
    "ticketTypeName": "string",
    "sessionStartAt": "2019-08-24T14:15:22Z",
    "seatLabel": null,
    "price": 0.1,
    "currency": "string",
    "currentHolderId": "7e755a82-bc10-4c7a-948f-df601c50d188",
    "attendee": null,
    "activeCredential": null,
    "checkedInAt": "2019-08-24T14:15:22Z",
    "transferCount": 0,
    "entryCount": 0,
    "createdAt": "2019-08-24T14:15:22Z"
  }
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}