download invoice

API Docs by APIMATIC

Download Invoice

Use this method to download a system-generated invoice as a PDF file.

This endpoint requires authentication.

GET /billing/invoices/{id}
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Unique ID on the invoice on the platform.

Response Type

Binary

curl -X GET -G \
  --url 'https://api.wavix.com/v1/billing/invoices/id0'  \
  -d 'appid=your-API-key'