POST
/
custom
/
datev
/
push-data
/
general
curl --request POST \
  --url https://api.kombo.dev/v1/custom/datev/push-data/general \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Integration-Id: <x-integration-id>' \
  --data '{}'
{
  "status": "success",
  "data": {
    "files": [
      {
        "name": "<string>",
        "content": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
headerrequired

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Body

application/json · object

The body is of type object.

Response

200 - application/json
status
enum<string>
required
Available options:
success
data
object
required