PPylon Developers
ApiReservations

Get Reservation

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

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X GET "https://loading/api/v1/reservations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c",
  "sessionId": "f6567dd8-e069-418e-8893-7d22fcf12459",
  "status": "string",
  "expiresAt": "2019-08-24T14:15:22Z",
  "timeRemaining": "string",
  "totalAmount": 0.1,
  "currency": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "items": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "itemType": "string",
      "ticketTypeId": "2205b8a7-79ec-406f-ac86-a5e81fe84318",
      "sessionId": "f6567dd8-e069-418e-8893-7d22fcf12459",
      "itemName": "string",
      "quantity": 0,
      "unitPrice": 0.1,
      "totalPrice": 0.1,
      "currency": "string"
    }
  ]
}
{
  "code": "string",
  "message": "string"
}