E-Invoices

Endpoints for e-invoices

Retrieve a document PDF preview for e-invoices

Provides a binary file of a document PDF preview for e-invoices

SecurityOAuth2
Request
path Parameters
id
required
string

Id of the document.

Responses
200

Binary content of a file

404

Not Found

429

Rate limit exceeded

get/e-invoices/{id}/preview
Request samples
Response samples
application/json
{
  • "detail": "The document with given identifier does not exist",
  • "status": 404,
  • "title": "Document does not exist"
}