Skip to main content

Overview

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

Base URL

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