Skip to main content
GET
/
waitlists
List Waitlists
curl --request GET \
  --url https://www.referralloop.dev/api/v1/waitlists \
  --header 'Authorization: Bearer <token>'
{
"waitlists": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Product Launch",
"slug": "product-launch",
"description": "Join our waitlist",
"status": "active",
"created_at": "2024-01-15T10:00:00Z"
}
],
"count": 1
}

Authorizations

Authorization
string
header
required

Use your API key as the bearer token. API keys can be generated in your dashboard.

Example: Authorization: Bearer pk_live_YOUR_API_KEY

Response

Successful response

waitlists
object[]
required
count
integer
required

Total number of waitlists

Example:

1