> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/integrations-and-api/api.md).

# API

Build custom integrations with the BoxHero Open API. Find answers about generating API tokens, authentication, and rate limits for real-time event delivery.

***

#### **How do I generate an API token?**

In the desktop web app, go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Integrations`</mark> and generate a new API token. Use it as a Bearer token in the <mark style="color:$primary;">`Authorization`</mark> header of API requests.

<figure><img src="https://590960902-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmkYNU2xLl20GSI6NQQ6q%2Fuploads%2Fmk1G4yJa4Z6eKL9JTZh3%2Fframeit_2026-05-01T15-52-44.jpg?alt=media&amp;token=79a1f264-712a-47fe-9c14-1046c7f5b7e2" alt=""><figcaption></figcaption></figure>

The base URL is <mark style="color:$primary;">`https://rest.boxhero-app.com`</mark>.

#### **Are there API rate limits?**

Yes. To keep the service stable, each endpoint is limited to **5 queries per second**. If you exceed this, you'll receive an error response with rate limit headers.

See [here](https://rest.boxhero-app.com/docs/api) for full endpoint documentation.
