PPylon Developers
ApiCheck In

Check in ticket by ID

Checks in a ticket by its ID. Staff access required.

POST
/api/v1/tickets/{id}/check-in
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/tickets/497f6eca-6276-4993-bfeb-53cbbbba6f08/check-in" \  -H "Content-Type: application/json" \  -d '{    "credentialId": "f568fec0-10b6-4b94-9daf-e62c50c9bf3e"  }'
{
  "isAllowed": true,
  "ticketId": "e3e3e8ea-b02a-4536-85a2-a9c90f4ee74f",
  "ticketNumber": "string",
  "eventName": null,
  "seatLabel": null,
  "attendeeName": null,
  "denialReason": null,
  "denialCode": null
}
{
  "code": "string",
  "message": "string"
}