List check ins
documentedReturn a list of check-ins.
GET /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?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"