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

# Introduction

> Welcome to the ReferralLoop API documentation

## Getting Started

Integrate waitlist and referral functionality into your application with the ReferralLoop API.

<Card title="Quick Start Guide" icon="rocket" href="/getting-started" horizontal>
  Get up and running with the API in minutes. Learn how to generate your API key
  and make your first request.
</Card>

## Essential Guides

Everything you need to start building with the ReferralLoop API.

<Columns cols={2}>
  <Card title="Authentication" icon="key" href="essentials/authentication">
    Learn how to authenticate your API requests with API keys.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Complete reference for all API endpoints and operations.
  </Card>

  <Card title="Rate Limits" icon="gauge" href="essentials/rate-limit">
    Understand rate limits and how they vary by plan.
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="essentials/error-codes">
    Learn about error codes and how to handle API errors.
  </Card>
</Columns>

## API Endpoints

Explore the available endpoints to manage your waitlists and signups.

<Columns cols={2}>
  <Card title="Waitlists" icon="list" href="api-reference/endpoint/waitlists/list">
    List and manage your waitlists programmatically.
  </Card>

  <Card title="Signups" icon="users" href="api-reference/endpoint/signups/list">
    Create, retrieve, and delete signups via the API.
  </Card>
</Columns>

# Integrations

Explore the available integrations ReferralLoop provides

<Columns cols={2}>
  <Card title="Zapier" icon="plug" href="integrations/zapier">
    Learn more about Zapier integration
  </Card>

  <Card title="Webhooks" icon="webhook" href="integrations/webhooks">
    Connect to our webhooks
  </Card>
</Columns>

## Need Help?

<Card title="Get Support" icon="headset" href="https://www.referralloop.dev">
  Visit our website for additional resources and support.
</Card>
