download an invoice
Use this method to download a system-generated invoice as a PDF file.
This endpoint requires authentication.
GET /billing/invoices/{id}
Name | Description |
---|---|
id Template Required | String Unique ID on the invoice on the platform. |
Binary
curl -X GET -G \
--url 'https://api.wavix.com/v1/billing/invoices/id0' \
-d 'appid=appid'