---
title: "Verify service is enabled"
method: GET
path: "/custom/datev/check-document-permission"
tags: ["Custom Endpoints"]
---

# Verify service is enabled

`GET /custom/datev/check-document-permission`

This endpoint returns the available document types for this DATEV integration.

## Headers

- `X-Integration-Id` string, required

## Response `200`

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

- GetCustomDatevCheckDocumentPermissionPositiveResponse
  - `status` 'success', required
  - `data` union, required
    - object
      - `ready` boolean, required
      - `documents_granted` string[], required
    - object
      - `ready` boolean, required
      - `error` string, 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.
    - `message` string, required

## Other responses

- `default` — The standard error response with just the platform error codes.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/revisions/149bf44faf1a/schema)
