Skip to main content

Introduction

Welcome to OnceHub!

Our API lets your application receive data from your OnceHub account.

Based on REST principles, our API sends HTTP requests and returns data in JSON format. The API provides access to booking data such as meeting time, guest details, location, and up-to-date meeting status as well as the main setup objects, namely Users, Booking Calendars, Booking Pages, Master Pages and Event Types.

note

The OnceHub Developer center contains technical documentation (this section) and API reference for our API. This includes features that allow access to data submitted or created during the booking process.

The OnceHub Support center offers detailed information about other advanced features that let you pass external data through OnceHub, including:

Using the OnceHub API

To use the API, you will need a OnceHub account. If you don't have an account yet, sign up here.

The OnceHub API allows direct and reliable access to booking and setup data via REST API and booking data via Webhook subscriptions. You can also extract booking confirmation data from OnceHub at the time of scheduling with our client-side API. Using the API lets you achieve deeper integration of OnceHub with your application environment.