Get Download URL for invoice

GET /customer_invoices/{ID}/download

Path parameters

  • ID integer Required

    Resource ID

Responses

  • 200 application/json

    Download URL

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