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

Query Parameters

period
string
required

Billing period in YYYY-MM

Response

200 - text/csv

Payments CSV

The response is of type string.