← Tools Reference

OnceHub

OnceHub integration (Productivity). Imported from open-connector.

API key3 toolshttps://api.oncehub.com
GET
oncehub_list_bookings
List OnceHub bookings, optionally filtered by last update time.

/v2/bookings

5 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of objects to return, from 1 to 100.
afterstringoptionalA OnceHub object ID used as a pagination cursor.
beforestringoptionalA OnceHub object ID used as a pagination cursor.
expandarrayoptionalThe OnceHub expandable response fields to include, using official expand paths.
lastUpdatedTimeGtstringoptionalOnly return bookings whose last_updated_time is greater than this timestamp.
GET
oncehub_list_booking_pages
List OnceHub Booking Pages.

/v2/booking-pages

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of objects to return, from 1 to 100.
afterstringoptionalA OnceHub object ID used as a pagination cursor.
beforestringoptionalA OnceHub object ID used as a pagination cursor.
expandarrayoptionalThe OnceHub expandable response fields to include, using official expand paths.
GET
oncehub_list_event_types
List OnceHub event types.

/v2/event-types

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of objects to return, from 1 to 100.
afterstringoptionalA OnceHub object ID used as a pagination cursor.
beforestringoptionalA OnceHub object ID used as a pagination cursor.
expandarrayoptionalThe OnceHub expandable response fields to include, using official expand paths.