Request Finance allows you to download PDFs of your invoices via API, just as you can download them via the interface.
GET https://api.request.finance/invoices/[id]/pdf/[type]
GET
https://api.request.finance/invoices/[id]/pdf/[type]
This endpoint does not support bulk downloads. Retrieve each invoice PDF individually, or loop through IDs to automate the process.
id*
String
ID of the request or invoice
type*
Either default or receipt
default
receipt
default: the invoice as a PDF
receipt: the invoice receipt, only available for paid invoices
paid
Last updated 11 hours ago
Was this helpful?