List bookings
documentedRetrieve a collection of bookings.
GET /v2/bookingsBookingsno 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://connect.squareup.com/v2/bookings?limit={{$limit}}&cursor={{$cursor}}&customer_id={{$customer_id}}&team_member_id={{$team_member_id}}&location_id={{$location_id}}&start_at_min={{$start_at_min}}&start_at_max={{$start_at_max}}" \
-X GET \
-H "Square-Version: 2026-01-22" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"