Sign in

List check ins

documented

Return a list of check-ins.

GET /v1/check_insCheck-inno implementation yet0 runs
No 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?starting_after={{$starting_after}}&ending_before={{$ending_before}}&limit={{$limit}}" \
  -X GET \
  -u "{{TICKETTAILOR_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List check ins · Ticket Tailor · OpenIntegrations