---
title: "Recipes"
url: "https://help.oncehub.com/developers/recipes"
---

Practical how-to guides to help you build common workflows with the OnceHub APIs.

## [Fetch Bookings Periodically](https://help.oncehub.com/developers/recipes/fetch-bookings-periodically/)

[Section titled “Fetch Bookings Periodically”](#fetch-bookings-periodically)

Learn how to poll the API for new or updated bookings with automatic pagination.

## [Dynamic Co-Host Selection](https://help.oncehub.com/developers/recipes/dynamic-co-host-selection/)

[Section titled “Dynamic Co-Host Selection”](#dynamic-co-host-selection)

Dynamically adjust your booking interface based on team availability.

**To Get Started**

All recipes assume you have:

* A OnceHub API Key
* Node.js 18+ or a modern development environment

For authentication details, refer to the [API Reference](https://help.oncehub.com/developers/overview/authentication/).
