PPylon Developers
ApiTicket Administration

Download credentials for offline check-in

Returns all active credentials for a session. Used by scanner devices for offline check-in capability.

GET
/api/v1/sessions/{sessionId}/tickets/credentials
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

sessionId*string
Formatuuid

Query Parameters

modifiedSince?string
Formatdate-time

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/sessions/497f6eca-6276-4993-bfeb-53cbbbba6f08/tickets/credentials"
{
  "credentials": [
    {
      "barcode": "string",
      "ticketId": "e3e3e8ea-b02a-4536-85a2-a9c90f4ee74f",
      "ticketNumber": "string",
      "ticketStatus": "string",
      "seatLabel": null,
      "reEntryPolicy": "string",
      "maxEntries": 0,
      "entryCount": 0
    }
  ],
  "syncedAt": "2019-08-24T14:15:22Z"
}
{
  "code": "string",
  "message": "string"
}