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
Total number of waitlists
1