The Fakturia API is an open interface using the REST standard. It allows developers to directly interact with our application exchanging data in the JSON format.

Endpoint for all API calls: https://api.fakturia.de/v1/

Prerequisites

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

Authorization

Include the following HTTP-Header variables in every request to authorize against our service:

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

 

Access Points

URLGETPOSTPUTPATCHDELETE
/Customersretrieve all customerscreate a new customer   
/Customers/:CustomerNumberretrieve one customer udpate existing customer  
/Customers/:CustomerId/Contractsget all contracts for a customer    
/Contractsget all contractscreate a new contract   
/Contracts/:ContractId/Transactionsget all transactions for a given contractcreate a new transaction for a contract   
/Invoicesretrieve all invoices