# Get click statistics Daily breakdown of link clicks (total and unique). Domain Filtering - Use domain_id to filter statistics for a specific sending domain. Confidence-Based Scanner Detection - Use filter=human_only to exclude security scanner clicks for accurate click-through rates. Clicks are classified with high accuracy: - human (= 80): Proofpoint, Barracuda, Mimecast, curl, automated tools Gmail and Outlook Web users clicking links are correctly identified as "human" even though these clients strip the Referer header. Endpoint: GET /api/v1/stats/outbound/clicks 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" - `filter` (string) Filter statistics by engagement type (NEW - Scanner Detection Feature): - all (default): All opens/clicks including scanners - human_only: Only real human engagement - scanner_only: Only bot/scanner engagement Enum: "all", "human_only", "scanner_only" - `domain_id` (integer) Filter statistics by specific sending domain ID Example: 123 ## Response 200 fields (application/json): - `days` (array) - `days.date` (string) - `days.clicks` (integer) - `days.unique_clicks` (integer) ## Response 401 fields (application/json): - `error` (string) Error code or message ## Response 500 fields (application/json): - `error` (string) Error code or message