GET
/
invoices
/
{id}
/
pdf
Get PDF for an invoice
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.

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Invoice ID

Query Parameters

url
boolean

Return presigned URL from s3 instead of PDF

Response

200
*/*

OK

The response is of type file.