v1

latestOpenAPI 3.1.0Terms of services for Altera.app2026-07-13146285.1 KB
Data export

Export invoice information

This endpoint allows you to download any set of invoices (either sales or expenses) from your company

Additional filters (with same parameters as for listing invoices) may be applied to reduce the amount of documents requested.

get/export

Query parameters

exportFileType'Excel' | 'JPK_FA' | 'PDF' required
Example:Excel

Defines the output file type of export; JPK_FA is only available for SALES

exportType'SALES' | 'PROCESSED_EXPENSES' required
Example:SALES

Defines the dataset for our export

Response

Returns a pre-signed URL with requested data file

resultstring
datastring

Pre-signed URL that allows us to download the file requested

Example response

{
  "result": "OK"
}