Skip to main content

Download invoice artefact

GET 

/v1/invoices/:id/artefacts/:artefactId

Streams the raw content of a single Peppol artefact. The upstream Content-Type and Content-Disposition headers are passed through verbatim so integrators receive the correct filename and MIME type for things like saving a signed MLR to disk.

The response body is streamed — it is not buffered in memory.

Request

Responses

Raw artefact content (streamed)

Response Headers
    X-RateLimit-Limit

    Effective per-minute request budget for this API key + verb. Defaults to 60 GET / 20 POST, overridable per key via the admin policy endpoint.

    X-RateLimit-Remaining

    Requests remaining in the current window for this API key + verb. Decrements by 1 on each accepted request; resets to limit when the sliding window rolls over.

    X-RateLimit-Reset

    Unix epoch seconds at which the oldest request in the current window ages out — i.e. the earliest time remaining could increase.

    Content-Disposition

    Pass-through of the upstream disposition (suggested filename)