Get Download URL for multiple invoices at once

GET /customer_invoices/download

Query parameters

  • invoices string

    Comma separated list of invoice ids

  • name string

    File name without an extension

Responses

  • 200 application/json

    URL for download

    Hide response attribute Show response attribute object
GET /customer_invoices/download
curl \
 -X GET https://api.zooza.app/v1/customer_invoices/download
Response examples (200)
{
  "url": "string"
}