Bulk sending
List bulk sends
List all bulk sends with filters and pagination
GET
Description
Returns a paginated list of all bulk sends. Supports filters by status, template, and date range for easy searching.Authentication header
Your Mindo API Key. Format:
mindo_xxxxxxxxxxxxxxxxxxxxxxxxQuery parameters
Filter by send status. Possible values:
QUEUED, PROCESSING, COMPLETED, PARTIAL, FAILED, CANCELLED.Filter by template ID used.
Filter sends created after this date. Format:
YYYY-MM-DD.Filter sends created before this date. Format:
YYYY-MM-DD.Page number. Default:
1.Results per page. Default:
20.Response
Total bulk sends matching the filters.
URL of the next page of results.
null if it’s the last page.URL of the previous page.
null if it’s the first page.List of bulk sends.

