Download an invoice PDF

Parameters


No parameters.

Returns


Returns the specified invoice as a downloaded file in PDF format.

Example request


curl 'https://api.impact.com/Advertisers/<AccountSID>/Invoices/<InvoiceId>/Download' \
  -X GET \
  -u '<AccountSID>:<AuthToken>' \
  -o 'MyInvoice.pdf'