Download an invoice PDFParameters No parameters. Returns Returns the specified invoice as a downloaded file in PDF format. Example request cURLcurl 'https://api.impact.com/Advertisers/<AccountSID>/Invoices/<InvoiceId>/Download' \ -X GET \ -u '<AccountSID>:<AuthToken>' \ -o 'MyInvoice.pdf'