curl -X GET "https://api.orwel.io/api/v1/lists?limit=10" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "data": [ { "id": "list-uuid", "name": "VIP Customers", "description": "High value customers", "color": "#FF0000", "created_at": "2025-01-01T00:00:00Z" } ], "pagination": { "limit": 10, "offset": 0, "total": 5 } }
Retrieve a paginated list of visitor lists (segments)
Show List Object