Skip to main content
GET
/
custom
/
datev
/
check-eau-permission
Verify service is enabled
curl --request GET \
  --url https://api.kombo.dev/v1/custom/datev/check-eau-permission \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Integration-Id: <x-integration-id>'
{
  "status": "<string>",
  "data": {
    "ready": true,
    "error": "<string>"
  },
  "warnings": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

GET /custom/datev/check-eau-permission Positive response

status
string
required
Allowed value: "success"
data
object
required
warnings
object[]
required

These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.