Sign in

Reservation search

documented

Finds reservations by text query.

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=reservation_search&api_key={{PLANYO_API_KEY}}&query={{$query}}&page={{$page}}&limit={{$limit}}&language={{$language}}&hash_timestamp={{PLANYO_HASH_TIMESTAMP}}&hash_key={{PLANYO_HASH_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"