List reservations
documentedLists reservations that start within a time period or were created within a time period.
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=list_reservations&api_key={{PLANYO_API_KEY}}&start_time={{START_TIME}}&end_time={{END_TIME}}&page={{PAGE}}&limit={{LIMIT}}&language={{LANGUAGE}}&hash_timestamp={{HASH_TIMESTAMP}}&hash_key={{HASH_KEY}}\" \\
-X GET \\
-H \"Content-Type: application/json\" \\
-H \"Accept: application/json\"