pydo.invoices.get_csv_by_uuid()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.invoices.get_csv_by_uuid(
invoice_uuid="22737513-0ea7-4206-8ceb-98a575af7681",
)Description
To retrieve a CSV for an invoice, send a GET request to /v2/customers/my/invoices/{invoice_uuid}/csv.
Parameters
invoice_uuidstring requiredUUID of the invoice
Request Sample
More Information
See /v2/customers/my/invoices/{invoice_uuid}/csv in the API reference for additional detail on responses, headers, parameters, and more.