# Get usage statistics Retrieve current month's email usage and delivery statistics. Endpoint: GET /api/customer/usage Version: 1.0.0 Security: BearerAuth ## Response 200 fields (application/json): - `current_month` (object) - `current_month.emails_sent` (integer) - `current_month.emails_delivered` (integer) - `current_month.emails_bounced` (integer) - `current_month.emails_complained` (integer) - `current_month.emails_opened` (integer) - `current_month.emails_clicked` (integer) - `current_month.delivery_rate` (string) Percentage as string (e.g., "99.16") - `current_month.bounce_rate` (string) Percentage as string - `limits` (object) - `limits.monthly_limit` (integer) - `limits.remaining` (integer) - `limits.used_percentage` (string) Percentage as string ## Response 401 fields (application/json): - `error` (string) Error code or message ## Response 500 fields (application/json): - `error` (string) Error code or message