Skip to main content
GET
/
invoices
/
{id}
/
file
Download an invoice file
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>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Path Parameters

id
number
required

Response

Redirect to the invoice file URL

I