Any guidance on building a custom frontend for boo...
# developers
v
Any guidance on building a custom frontend for booking? I know there is no API currently but wondering if anyone has any experience with this. We would like to have a custom flow for our customers and ask questions about the meeting along the way. For example we want to let users select how long they want a meeting to be (15min, 30min, 1hour)
b
Instead of using the API, you can actually hook into the code in other ways. Most of the booking stuff is available through the internal API, so if you request from the same host, you should be able to use those endpoints
🙏 1
v
is the internal api documented anywhere?
a
@Vikram I don't know but you can look into the
/cal.com/apps/web/pages/api/
folder and see what endpoints are used and what they do. Sometimes the best docs are the code itself!
👍 1
v
sweet thanks pointing me in the right direction!
❤️ 1