curl --request GET \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/pdf \
--header 'x-api-key: <api-key>'
This response does not have an example.
Retrieve the PDF document for a specific invoice by its ID
curl --request GET \
--url https://api.cloud.flexprice.io/v1/invoices/{id}/pdf \
--header 'x-api-key: <api-key>'
This response does not have an example.
Enter your API key in the format x-api-key <api-key>*
Invoice ID
Return presigned URL from s3 instead of PDF
OK
The response is of type file
.