Downloads the stored PDF artifact for the authenticated API key. This is primarily intended for document_format=zugferd, which produces a hybrid PDF with embedded CII XML.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢200
application/pdf
Stored PDF artifact found for the current API key
🟠401
🟠402
🟠404
🟠429
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.xinvoice.net/v1/invoices//download-pdf' \
--header'Authorization: Bearer <token>'