GET
/
api
/
v1
/
exports
/
invoices.csv
Export invoices csv
curl --request GET \
  --url http://127.0.0.1:8080/api/v1/exports/invoices.csv
"<string>"

Query Parameters

period
string
required

Billing period in YYYY-MM

Response

200 - text/csv

Invoices CSV

The response is of type string.