List bookings for account
documentedRetrieve bookings for the given account; supports pagination via the Link header.
GET /v1/accounts/{accountId}/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://api.youcanbook.me/v1/accounts/{{$accountId}}/bookings?page={{$page}}&limit={{$limit}}" \
-u "{{$accountId}}:{{YOUCANBOOK_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"