Sign in

Check reservation viability (availability)

documented

Returns true if reservation can be made or false if possible, similar to can_make_reservation but in availability context.

Availabilityno 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://www.planyo.com/rest/?method=can_make_reservation&api_key={{PLANYO_API_KEY}}&resource_id={{$resource_id}}&start_time={{$start_time}}&end_time={{$end_time}}" \
  -H "Accept: application/json"
Check reservation viability (availability) · planyo · OpenIntegrations