API Documentation
Embed your booking page & integrate with Hubpoint
Use your unique booking link so customers can schedule directly. Get your share code from the Hubpoint app and embed the link on your website or in emails.
Get your booking link from Hubpoint
- Log in to your Hubpoint dashboard at https://app.hubpoint.ai
- Open Settings or the sharing section and copy your unique share code (e.g. your company or branch code).
- Your public booking URL will look like:
https://book.hubpoint.ai/?share=codeofcompany
Embed on your website
Add the booking link to your site so visitors can open the Hubpoint booking page without leaving your domain (or link to it in a button).
Options for developers
Link (button or text)
Use the URL as the href of any link or button. When users click, they go to the Hubpoint booking page.
<a href="https://book.hubpoint.ai/?share=YOUR_SHARE_CODE" target="_blank" rel="noopener noreferrer">Book now</a>
iframe
Embed the booking page in an iframe so it appears inside your page.
<iframe src="https://book.hubpoint.ai/?share=YOUR_SHARE_CODE" title="Book with us" width="100%" height="700" style="border: 0;" ></iframe>

