> ## Documentation Index
> Fetch the complete documentation index at: https://developer.boothzen.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BoothZen Developer Portal

> REST API, webhooks, SDKs, and plugins for the BoothZen booking platform.

# Build on BoothZen

BoothZen is a multi-tenant SaaS booking platform for photo booth and event-rental
operators. This portal documents the public REST API, webhooks, official SDKs,
and CMS plugins so you can integrate bookings, payments, and customer flows into
your own product.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Issue your first API key, make a test request, and receive a webhook in
    under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Bearer tokens, scopes, key rotation, and tenant-scoped access patterns.
  </Card>

  <Card title="API Reference" icon="code" href="https://app.boothzen.com/api/v1/openapi.json">
    Full OpenAPI 3.1 reference, auto-synced from the live spec — try every
    endpoint in the in-browser playground.
  </Card>

  <Card title="Webhooks" icon="bell" href="/webhooks-reference">
    Event catalogue, signature verification, retry semantics, and replay
    tooling.
  </Card>

  <Card title="Error Codes" icon="triangle-exclamation" href="/error-codes">
    Every documented error, what it means, and how to recover.
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/rate-limits">
    Per-tenant quotas, burst windows, and `Retry-After` handling.
  </Card>

  <Card title="Downloads" icon="download" href="/downloads">
    Official SDKs (Laravel, JS) and CMS plugins (WordPress, Joomla, Drupal).
  </Card>

  <Card title="Manage API keys" icon="up-right-from-square" href="https://app.boothzen.com/admin/settings/api-keys">
    Open the BoothZen admin to create, rotate, or revoke API keys for your
    tenant.
  </Card>
</CardGroup>

## Need help?

Email [operations@redrawtravel.com](mailto:operations@redrawtravel.com) or open
an issue on the [portal repo](https://github.com/leeashcroft6126/boothzen-developer-portal).
