Sign in

Get booking by ID

documented

Retrieve a booking by its ID.

GET /v1/bookings/{bookingId}Bookingsno 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://api.youcanbook.me/v1/bookings/{{$bookingId}}" \
  -u "{{YOUCANBOOKME_ACCOUNT_ID}}:{{YOUCANBOOK_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -X GET
Get booking by ID · YouCanBookMe · OpenIntegrations