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
| Property | Value |
|---|---|
| URL | /invoice/datev-export |
| Method | GET |
| Base URL | Stage Environment URLhttps://app-stage.docnova.ai/ Production Environment URLhttps://api.docnova.ai/ |
| Authorization | Bearer JWT |
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| companyId | UUID | Yes | Company ID |
| startDate | DateTime | Yes | Period start (ISO 8601) |
| endDate | DateTime | Yes | Period end (ISO 8601) |
| documentType | String | No | INCOMING or OUTGOING |
| datevFormatType | String | No | BOOKING_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.