# Get bounce statistics Daily breakdown of bounced emails with hard/soft bounce classification. Use domain_id to filter statistics for a specific sending domain. Endpoint: GET /api/v1/stats/outbound/bounces Version: 1.0.0 Security: ApiKeyAuth ## Query parameters: - `fromdate` (string) Start date for filtering (ISO 8601) Example: "2024-03-01T00:00:00Z" - `todate` (string) End date for filtering (ISO 8601) Example: "2024-03-31T23:59:59Z" - `tag` (string) Filter by email tag Example: "newsletter" - `domain_id` (integer) Filter statistics by specific sending domain ID Example: 123 ## Response 200 fields (application/json): - `days` (array) - `days.date` (string) - `days.bounced` (integer) - `days.hard_bounce` (integer) - `days.soft_bounce` (integer) ## Response 401 fields (application/json): - `error` (string) Error code or message ## Response 500 fields (application/json): - `error` (string) Error code or message