POST
/
custom
/
datev
/
push-data
/
general
{
  "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