GET
/
v2
/
invoice
/
pdf
curl --request GET \
  --url https://api.sonderplan.com/v2/invoice/pdf \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

ID of the invoice to generate a PDF for

Response

200
application/pdf
PDF file stream

The response is of type file.