A valid request URL is required to generate request examples
{ "http_code": 200, "status": "success", "message": "Tasks retrieved", "data": { "items": [ { "id": 5, "title": "Send proposal", "status": 1, "priority": 3, "lead_id": 42, "created_at": "2026-04-01T09:00:00.000Z" } ], "pagination": { "page": 1, "limit": 25, "total": 8, "total_pages": 1 } } }
Returns a paginated list of tasks.
Your Flozy API key. Starts with flz_live_.
flz_live_
Page number.
x >= 1
Results per page (max 100).
1 <= x <= 100
Sort direction.
asc
desc
Full-text search.
Paginated tasks.