GET
/
custom
/
datev
/
data-pushes
{
  "status": "success",
  "data": {
    "data_pushes": [
      {
        "id": "<string>",
        "type": "GENERAL",
        "created_at": "2023-11-07T05:31:56Z",
        "upload_jobs": [
          {
            "id": "<string>",
            "file_name": "<string>",
            "state": "FAILED",
            "file": "<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.

Response

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