Query bookings
documentedQuery bookings with time-range criteria; supports pagination up to 500 bookings per page.
GET /v1/accounts/{accountId}/bookings/queryBookingsno 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.youcanbook.me/v1/accounts/{{$accountId}}/bookings/query?direction={{$direction}}&from={{$from}}&to={{$to}}&pageSize={{$pageSize}}&searchTextCriteria={{$searchTextCriteria}}&searchText={{$searchText}}" \
-X GET \
-u "{{$account_login}}:{{YOUCANBOOK_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"