> ## 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.

# API Reference

> Complete API reference for ReferralLoop

## Overview

The ReferralLoop API is a RESTful API that allows you to manage waitlists and signups programmatically.

## Base URL

```
https://www.referralloop.dev/api/v1
```

## Response Format

All API responses are returned in JSON format. Successful responses include the requested data, while errors include an `error` field with a description.

## Rate Limits

Rate limits are enforced per workspace and vary by plan. See [Rate Limits](essentials/rate-limit) for details.

## Rate Limit Headers

Every API response includes rate limit information in the headers:

* `X-RateLimit-Limit`: Maximum number of requests allowed
* `X-RateLimit-Remaining`: Number of requests remaining in the current window
* `X-RateLimit-Reset`: ISO 8601 timestamp when the rate limit resets

## Endpoints

The API provides endpoints for:

* **Waitlists**: List and manage your waitlists
* **Signups**: Create, list, and delete signups

Explore the endpoints in the navigation menu to see detailed documentation for each.
