cURL
curl --request GET \ --url https://www.referralloop.dev/api/v1/waitlists \ --header 'Authorization: Bearer <token>'
200
success
{ "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}
Retrieve all waitlists for your workspace
Use your API key as the bearer token. API keys can be generated in your dashboard.
Example: Authorization: Bearer pk_live_YOUR_API_KEY
Authorization: Bearer pk_live_YOUR_API_KEY
Successful response
Show child attributes
Unique identifier for the waitlist
"123e4567-e89b-12d3-a456-426614174000"
Name of the waitlist
"Product Launch"
URL-friendly identifier for the waitlist
"product-launch"
Status of the waitlist
active
inactive
"active"
ISO 8601 timestamp when the waitlist was created
"2024-01-15T10:00:00Z"
Description of the waitlist
"Join our waitlist"
Total number of waitlists
1