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

id
string
required

The ID of the invoice for which the PDF is being created.