The Fakturia API is an OpenAPI based interface using the REST standard.

It allows developers to directly interact with our application via HTTPS exchanging data in the JSON format.

Endpoint for all API calls:


ProductionSandbox
Endpoint https://api.fakturia.de/api/v1/ https://api.sandbox.fakturia.de/api/v1
API-Referencehttps://api.fakturia.de/documentation/https://api.sandbox.fakturia.de/documentation/

Timestamps are handled in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ssXXX in Java)

Prerequisites

The API can only be accessed if the following conditions are true:

Authorization

Include the following HTTP headers in every request to authorize against our service:

Header variable namevalue
api-key{your api key - see project settings in the backoffice}