Get booking by ID
documentedRetrieve a booking by its ID.
GET /v1/bookings/{bookingId}Bookingsno implementation yet0 runsNo 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/{{$bookingId}}" \
-u "{{YOUCANBOOKME_ACCOUNT_ID}}:{{YOUCANBOOK_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-X GET