# Send Invoice Send a list of invoices. Endpoint: POST /api/v1/invoice/send Version: 1.0 ## Request fields (application/json): - `to` (string, required) Primary recipient email address Example: "customer@example.com" - `cc` (string) Carbon copy recipient email addresses Example: "manager@example.com" - `subject` (string) Email subject line Example: "Invoice #1001 - Payment Due" - `ids` (array) List of additional identifiers Example: [10,20,30] ## Response 200 fields