List bookings
documentedList bookings with optional where filters (e.g., by project, task, user, date interval).
GET /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://app.paymoapp.com/api/bookings?where=user_id={{$user_id}}" \
-X GET \
-u {{PAYMOAPP_API_KEY}}:{{PAYMOAPP_SECRET}} \
-H "Accept: application/json"