Sign in

Check if reservation is possible

documented

Returns true if a reservation can be made or false if it's not possible (depending on availability and other constraints).

Reservationsno 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"