Invoices
Generate PDF
Invoices
Generate PDF
GET
/
invoices
/
{id}
/
pdf
curl --request GET \
--url https://api.alguna.io/invoices/{id}/pdf \
--header 'Authorization: Bearer <token>'
Creates a PDF for the associated invoice.
Parameters
The ID of the invoice for which the PDF is being created.
curl --request GET \
--url https://api.alguna.io/invoices/{id}/pdf \
--header 'Authorization: Bearer <token>'