Skip to main content
GET
/
v1
/
public
/
finance
/
accountant
/
{token}
/
export
/
{report}
Export an accountant portal report as CSV
curl --request GET \
  --url https://{operatorDomain}/v1/public/finance/accountant/{token}/export/{report}
"<string>"

Path Parameters

token
string
required
report
enum<string>
required
Available options:
departures,
products,
invoices

Response

CSV file

The response is of type string.