Sign in

List bookings

documented

List bookings with optional where filters (e.g., by project, task, user, date interval).

GET /bookingsBookingsno implementation yet0 runs
No 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"
List bookings · Paymo · OpenIntegrations