Skip to main content

DATEV export


How to get “API Key” from Portal?

To obtain the API key used with /auth/login, navigate to Settings → ERP Management → API Management in the Portal and use Generate. See Authentication.

Germany — DATEV export

DATEV is the standard German accounting software format. Use this endpoint to export invoice data for accounting system integration.


DATEV export GET

Endpoint Information

PropertyValue
URL/invoice/datev-export
MethodGET
Base URL
Stage Environment URLhttps://app-stage.docnova.ai/
Production Environment URLhttps://api.docnova.ai/
AuthorizationBearer JWT

Query parameters

ParameterTypeRequiredDescription
companyIdUUIDYesCompany ID
startDateDateTimeYesPeriod start (ISO 8601)
endDateDateTimeYesPeriod end (ISO 8601)
documentTypeStringNoINCOMING or OUTGOING
datevFormatTypeStringNoBOOKING_BATCH (default) or INVOICE

Example request

GET /invoice/datev-export
?companyId=uuid
&startDate=2025-01-01T00:00:00
&endDate=2025-03-31T23:59:59
&documentType=OUTGOING
&datevFormatType=BOOKING_BATCH

Responses

200 — CSV download

Returns a .csv file.