cURL
curl --request GET \ --url https://api.zivio.net/api/v3/invoices/{id}/file \ --header 'X-API-Key: <api-key>' \ --header 'zivio-tenant-id: <api-key>'
{ "message": "No file found for Invoice 123" }
Retrieve an invoice file. This endpoint redirects you to the invoice file for download if it is available. If no file is available, a JSON response with an error message will be returned.
Redirect to the invoice file URL