Sign in

List bookings by profile IDs

documented

List bookings filtered by one or more profile IDs; supports pagination.

GET /v1/bookings?profileIds={profileIds}Bookingsno 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://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"