List bookings by profile IDs
documentedList bookings filtered by one or more profile IDs; supports pagination.
GET /v1/bookings?profileIds={profileIds}Bookingsno 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/bookings?profileIds={{$profile_ids}}" \
-X GET \
-u "{{$account_id}}:{{YOUCANBOOK_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"