Create check-in
documentedCreate a new check-in.
POST /v1/check_insCheck-inno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.tickettailor.com/v1/check_ins" \
-X POST \
-u "{{TICKETTAILOR_API_KEY}}:" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"order_id": "{{$order_id}}", "ticket_id": "{{$ticket_id}}", "event_id": "{{$event_id}}", "occurrence_id": "{{$occurrence_id}}", "check_in_time": "{{$check_in_time}}"}'