Invoices
Get PDF for an invoice
Customers
Invoices
Wallets
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Invoices
Get PDF for an invoice
Retrieve the PDF document for a specific invoice by its ID
GET
/
invoices
/
{id}
/
pdf
curl --request GET \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/pdf
This response does not have an example.
Path Parameters
Invoice ID
Query Parameters
Return presigned URL from s3 instead of PDF
Response
200
*/*
OK
The response is of type file
.
curl --request GET \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/pdf
This response does not have an example.