How to Export Billings
Download your billing data for accounting and reporting.
Via Web Interface
- Go to get3w.com/billing
- Select the date range
- Click Export
- Choose format: CSV or PDF
Via API
bash
curl "https://api.get3w.com/api/v3/billings?format=csv&start_date=2024-01-01&end_date=2024-01-31" \
-H "Authorization: Bearer YOUR_API_KEY" \
-o billings.csvExport Formats
CSV
Includes columns: Date, Transaction ID, Type, Model, Amount, Balance After
PDF
Formatted invoice-style document suitable for accounting purposes.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
format | string | csv or pdf |
start_date | string | Start date (YYYY-MM-DD) |
end_date | string | End date (YYYY-MM-DD) |
Next Steps
- How to Check Billings — View billings via API
- How Pricing Works — Pricing details